Hi @Epiphqny , I have successfully trained the model on my own dataset which has 5 categories('1', '2', '3', '4', '5'), and the test_ins_vis.py is ok, but the test_ins.py reports an error as follows:
After I print dataset.cat_ids[label], it can't be greater than 1, so I directly change data['category_id'] as follows and it's ok:
Hi @Epiphqny , I have successfully trained the model on my own dataset which has 5 categories('1', '2', '3', '4', '5'), and the test_ins_vis.py is ok, but the test_ins.py reports an error as follows:
After I print dataset.cat_ids[label], it can't be greater than 1, so I directly change data['category_id'] as follows and it's ok:
but it reports an another error as follows:
Could you give me some advice? thanks.