Skip to content
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

Problems in testing votrgbtir2020 #31

Open
liulei970507 opened this issue Apr 22, 2021 · 1 comment
Open

Problems in testing votrgbtir2020 #31

liulei970507 opened this issue Apr 22, 2021 · 1 comment

Comments

@liulei970507
Copy link

(vot2021) liulei@mmic:~/vot-workspace$ vot test DiMP
Checking for new version
Unable to retrieve version information HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /votchallenge/vot-toolkit-python/raw/master/vot/version.py (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f6498251080>, 'Connection to github.com timed out. (connect timeout=2)'))
Scanning registry /home/liulei/vot-workspace/trackers.ini
Found 1 trackers
Generating dummy sequence
Obtaining runtime for tracker DiMP
Initializing tracker (1/3)
Running process: /home/liulei/anaconda3/envs/pytracking/bin/python -c "import sys;sys.path.insert(0, '/home/liulei/pytracking/pytracking'); import run_vot as run_vot; run_vot.run_votrgbtir2020('dimp', 'super_dimp_rgbt') # Set the tracker name and the parameter name"
------run_votrgbtir2020-------
------_init_visdom-------
------create_tracker-------
------Run tracker on VOT-------
------Constructor VOT-------
------channels-------
------_trax-------
@@Trax:hello "trax.name=" "trax.family=" "trax.image=path;" "trax.region=rectangle;" "trax.description=" "trax.version=3" "vot=python" "trax.channels=color;ir;"
Frame does not have information for channel: ir
Traceback (most recent call last):
File "/home/liulei/anaconda3/envs/vot2021/lib/python3.6/site-packages/vot/utilities/cli.py", line 384, in main
do_test(args)
File "/home/liulei/anaconda3/envs/vot2021/lib/python3.6/site-packages/vot/utilities/cli.py", line 90, in do_test
region, _, _ = runtime.initialize(sequence.frame(0), sequence.groundtruth(0))
File "/home/liulei/anaconda3/envs/vot2021/lib/python3.6/site-packages/vot/tracker/trax.py", line 429, in initialize
return self._process.initialize(frame, region, tproperties)
File "/home/liulei/anaconda3/envs/vot2021/lib/python3.6/site-packages/vot/tracker/trax.py", line 251, in initialize
tlist = convert_frame(frame, self._client.channels)
File "/home/liulei/anaconda3/envs/vot2021/lib/python3.6/site-packages/vot/tracker/trax.py", line 78, in convert_frame
raise DatasetException("Frame does not have information for channel: {}".format(channel))
vot.dataset.DatasetException: Frame does not have information for channel: ir
@@Trax:quit

when I test my trackers on votrgbtir2020, error occured. Would should i do ?

@lukacu
Copy link
Collaborator

lukacu commented Apr 25, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants