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

How to get the total number of detected object during demo? #232

Open ivanlein1998 opened 3 years ago

ivanlein1998 commented 3 years ago

Do anyone know how can I return the total number of detected object as integer in demo?