sfzhang15 / RefineDet

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

how to create single_test_deploy.prototxt #196

Closed shixinlishixinli closed 4 years ago

shixinlishixinli commented 4 years ago

hi

i want to use the refinedet_test.py to test the mAP of the model , and i copy the single_test_deploy.prototxt from deploy.prototxt. the error is TypeError: 'float' object has no attribute 'getitem' . the mAP is {120000: 0.0}. is the single_test_deploy.prototxtn right? how to solve this issue?

best lisa shi

sfzhang15 commented 4 years ago

@shixinlishixinli Please follow the evaluation steps in README to test our provided models.

shixinlishixinli commented 4 years ago

hi thank you for your reply . and i follow the readme to test models . i can test voc successfully . but i also can not test coco successfully . the error is " TypeError: 'float' object has no attribute 'getitem' " best lisa shi

sfzhang15 commented 4 years ago

@shixinlishixinli Sorry about the late reply. Has the problem been solved?