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
Hi, I got some error when I try to get test.txt by running prepare_test file. Could you give me some help? Thanks a lot.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/deeplearn/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/home/deeplearn/anaconda3/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/gangliu/ctw-baseline/ssd/pythonapi/common_tools.py", line 77, in parallel_work
func(*args_list[i], tid=tid)
File "/home/gangliu/ctw-baseline/ssd/pythonapi/common_tools.py", line 92, in foo
func(*args)
File "../detection/prepare_test_data.py", line 77, in foo
crop_once(*args)
File "../detection/prepare_test_data.py", line 52, in crop_once
assert image.shape == imshape
AttributeError: 'NoneType' object has no attribute 'shape'
list test 0 / 1
The text was updated successfully, but these errors were encountered:
Hi, I got some error when I try to get test.txt by running prepare_test file. Could you give me some help? Thanks a lot.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/deeplearn/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/home/deeplearn/anaconda3/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/gangliu/ctw-baseline/ssd/pythonapi/common_tools.py", line 77, in parallel_work
func(*args_list[i], tid=tid)
File "/home/gangliu/ctw-baseline/ssd/pythonapi/common_tools.py", line 92, in foo
func(*args)
File "../detection/prepare_test_data.py", line 77, in foo
crop_once(*args)
File "../detection/prepare_test_data.py", line 52, in crop_once
assert image.shape == imshape
AttributeError: 'NoneType' object has no attribute 'shape'
list test 0 / 1
The text was updated successfully, but these errors were encountered: