lxx1991 / VS-ReID

Video Object Segmentation with Re-identification
BSD 2-Clause "Simplified" License
291 stars 65 forks source link

Out of range error in person reid loading #6

Open Not-IITian opened 6 years ago

Not-IITian commented 6 years ago

Hi again,

Could you perhaps give a look at the following error and say if it makes any sense to you. This shows up for the last instance..rest of them goes fine

main() File "/media/abhishek/Data1/src_codes/VS-ReID/davis_test.py", line 405, in main person_reid[th][i] = person_reid[th][i][:, [0, 1, 2, 3, 5]] IndexError: list index out of range

Not-IITian commented 6 years ago

Note that this error occurs on Davis test class car-race but not on class chamaleon or deer. So, this might confirm that it is a bug..Thank you for your help.

crazyblacker commented 5 years ago

I meet the same error, please tell me how to solve it ? @Not-IITian @lxx1991