thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

How do i access the detected class data? #1150

Open jedrendelima opened 4 years ago

jedrendelima commented 4 years ago

I am gonna work with a camera and then ,say it captures an object of a cat. How do i access the code saying that there is a cat in the image?

JABBeeson commented 4 years ago

There is a list of the detected boxes in flow.py, return_predict might help you to achive what you want.