got-10k / toolkit

Official Python toolkit for generic object tracking benchmark GOT-10k and beyond
http://got-10k.aitestunion.com/
MIT License
555 stars 95 forks source link

assert len(img_files) == len(anno) error #18

Closed tangjiasheng closed 5 years ago

tangjiasheng commented 5 years ago

Hi, I encountered some wired errors. 1st, when I unzip the files from BaiduYun, I only got 335 archives that doesn't match the numbers in list.txt file. Then I create a new list file with my 335 folders and continue my training, the error assert len(img_files) == len(anno) in got10k.py, line 66 came out. Can anyone help me?Thanks.

tangjiasheng commented 5 years ago

I think it is caused by something wrong with BaiduYun's source or my operation: cat *.zip > train_data.zip.

ShihuaiXu commented 4 years ago

have you find the solution? I met the same error