chenyuntc / simple-faster-rcnn-pytorch

A simplified implemention of Faster R-CNN that replicate performance from origin paper
Other
3.97k stars 1.14k forks source link

Can I test this model for real-time object detection? Is there a demo for it? #245

Open Neil-untitled opened 2 years ago

Neil-untitled commented 2 years ago

Hi Yun,

I have finished the training part and got some models that look like 'fasterrcnn_01050646_0.055125557309203356'. Can I load the model for real time object detection test? Is there a demo on how to realize it? Thanks.

Regards Haoran

JugramAlucard commented 11 months ago

Hi Haoran,

Did you fix that and I have the same question.