You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I want to compare unicorn with our method on vot2020.
[unicorn] #
label = unicorn
protocol = traxpython
command = import tools.run_vot as run_vot; run_vot.run_vot2020('unicorn_vos', 'unicorn_track_r50_mask') # Set the tracker name and the parameter name
Specify a path to trax python wrapper if it is not visible (separate by ; if using multiple paths)
We need not modify the Unicorn/external/lib/test/tracker/unicorn_vos.py, just send the right initialization like
bbox_dict = {}
bbox_dict['1'] = bbox
out = tracker.initialize(image, {'init_mask': vot_anno_mask, 'init_bbox': bbox_dict, 'init_object_ids': ['1'], 'sequence_object_ids': ['1']})
Hello!
I want to compare unicorn with our method on vot2020.
[unicorn] #
label = unicorn
protocol = traxpython
command = import tools.run_vot as run_vot; run_vot.run_vot2020('unicorn_vos', 'unicorn_track_r50_mask') # Set the tracker name and the parameter name
Specify a path to trax python wrapper if it is not visible (separate by ; if using multiple paths)
paths = /media/wuhan/disk1/wh_code_backup/Unicorn
Additional environment paths
env_PATH = /home/wuhan/anaconda3/envs/unicorn/bin/python;${PATH}
And I modified the Unicorn/external/lib/test/tracker/unicorn_vos.py
But the tracking and segmentation results is "0, 0, 0, 0"
Can you help me?
The text was updated successfully, but these errors were encountered: