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
File "/home/li.ye/anaconda3/lib/python3.6/site-packages/mmdet-0.6rc0+unknown-py3.6.egg/mmdet/datasets/zip_dataset.py", line 305, in prepare_test_img img = load_img(img_info['filename'], self.img_prefix) File "/home/li.ye/anaconda3/lib/python3.6/site-packages/mmdet-0.6rc0+unknown-py3.6.egg/mmdet/datasets/zip_dataset.py", line 56, in load_img with zipfile.ZipFile(zipfilename, 'r') as f: File "/home/li.ye/anaconda3/lib/python3.6/zipfile.py", line 1108, in __init__ self._RealGetContents() File "/home/li.ye/anaconda3/lib/python3.6/zipfile.py", line 1175, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file
When I tried to use pretrained model to test, I met ZIP ERROR, but I made the COCOZIP dataset well, how can I fix it? Thanks! @leoxiaobin@sunke123@bearcatt
The text was updated successfully, but these errors were encountered:
File "/home/li.ye/anaconda3/lib/python3.6/site-packages/mmdet-0.6rc0+unknown-py3.6.egg/mmdet/datasets/zip_dataset.py", line 305, in prepare_test_img img = load_img(img_info['filename'], self.img_prefix) File "/home/li.ye/anaconda3/lib/python3.6/site-packages/mmdet-0.6rc0+unknown-py3.6.egg/mmdet/datasets/zip_dataset.py", line 56, in load_img with zipfile.ZipFile(zipfilename, 'r') as f: File "/home/li.ye/anaconda3/lib/python3.6/zipfile.py", line 1108, in __init__ self._RealGetContents() File "/home/li.ye/anaconda3/lib/python3.6/zipfile.py", line 1175, in _RealGetContents raise BadZipFile("File is not a zip file") zipfile.BadZipFile: File is not a zip file
When I tried to use pretrained model to test, I met ZIP ERROR, but I made the COCOZIP dataset well, how can I fix it? Thanks!
@leoxiaobin @sunke123 @bearcatt
The text was updated successfully, but these errors were encountered: