molimat / YOLOv4-Counter-in-TF

An implementation of a tracker using yolov4, tf and sort_tracker. (still in development)
MIT License
24 stars 12 forks source link

I want to see the object's class name on real-time #7

Open chano275 opened 3 years ago

chano275 commented 3 years ago

On detectvideo_counter.py file, Is there any variable that contains object's class name? or just class number (ex> dog > 1 / cat > 2) Can you help me some?