sfzhang15 / RefineDet

Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Other
1.43k stars 393 forks source link

How to inference with the trained coco model #159

Closed NogizakaDaisuki closed 5 years ago

NogizakaDaisuki commented 5 years ago

As I mentioned in the title, how can I inference with the trained coco model? the train_demo.py file seems to just fit to VOC .

sfzhang15 commented 5 years ago

@NogizakaDaisuki If you want to inference with the trained coco mode using refinedet_demo.py, you should modify L80, L86-L87 correspondingly.