jshtok / RepMet

Few-shot detection for visual categories
Apache License 2.0
108 stars 18 forks source link

Detection results? #17

Closed duynn912 closed 4 years ago

duynn912 commented 4 years ago

Dear @jshtok ,

It seems your code only print out the accuracy on the command screen. Would you mind support us to save detection results such as pickle files or something like Detectron or SNIPER which is also mxnet.

And How I can get mAP on Pascal VOC and COCO?

Thank you so much!

jshtok commented 4 years ago

hi, The detection results are printed out by the print_perf() function of the PerfStats class. You can redirect its output in any way you like.