facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.25k stars 5.45k forks source link

IndexError:list index out of range #987

Open Kingdroper opened 4 years ago

Kingdroper commented 4 years ago

Expected results

I have finished training on VisDrone COCO fomat dataset and I want to run inference(detectron/tools/test_net.py) on val dataset

Actual results

IndexError:list index out of range

Detailed steps to reproduce

E.g.:

The command that you ran

System information

Karthik-Suresh93 commented 4 years ago

@Kingdroper, can you share what results you got from this model on the Visdrone val set?

woozi1122 commented 2 years ago

hi,i wonder to know have you fixed this issue?