-
Notifications
You must be signed in to change notification settings - Fork 46
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
Comments
From the error it looks like you have downloaded a dataset that does not
have an IR channel. Can you verify by looking at the sequence data if they
indeed contain two channels?
…On Thu, Apr 22, 2021 at 9:34 AM liulei970507 ***@***.***> wrote:
(vot2021) ***@***.***:~/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 <https://github.com/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 <https://github.com/Trax>:quit
when I test my trackers on votrgbtir2020, error occured. Would should i do
?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGVY6N3WBLDMPRM7FX2E3TTJ7GPHANCNFSM43L34RCQ>
.
--
Luka Čehovin Zajc
http://luka.tnode.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(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 ?
The text was updated successfully, but these errors were encountered: