-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError('unsupported data type unicode',) #3
Comments
Same problem on CentOS Linux release 7.1.1503 (Core), Python 2.7.12 :: Continuum Analytics, Inc. and Matlab 2014b Input Test name : test |
Works on Matlab 2015b and Matlab 2016a. |
Facing the same issue. Matlab 2014b. Probably the matlab engines of pre 2015b aren't able to run the code. |
@dhruvmullick I met the same issue, matlab2016b,python2.7, have you solved this problem? |
When I ran this demo, I ran 'python run_tracker.py' and then there are some wrong, could you give me some suggestion?
failed to execute LOT : (<type 'exceptions.TypeError'>, TypeError('unsupported data type unicode',), <traceback object at 0x7fd4c7c87f38>) Traceback (most recent call last): File "run_trackers.py", line 146, in <module> main(sys.argv[1:]) File "run_trackers.py", line 50, in main trackers, seqs, evalType, shiftTypeSet) File "run_trackers.py", line 138, in run_trackers butil.save_seq_result(seqResults) File "/home/hanzhj/ZTL_projects/Tracking/tracker_benchmark/scripts/butil/load_results.py", line 5, in save_seq_result tracker = result[0].tracker IndexError: list index out of range
The text was updated successfully, but these errors were encountered: