leggedrobotics / darknet_ros

YOLO ROS: Real-Time Object Detection for ROS
BSD 3-Clause "New" or "Revised" License
2.14k stars 1.16k forks source link

Improve bounding box and filter classification #354

Open jptalledo10 opened 2 years ago

jptalledo10 commented 2 years ago

Hi

I am using darknet_ros to process a webcam image and detect car/bus/trucks for Emergency Vehicle algorithm detection. I see the bounding box sometimes does not cover the entire object and wondering which improvements can be made.

Here is an example: https://vimeo.com/616958745/f5eb15cdbe

I am providing a 1920x1080 image to darknet_ros module, is this OK or should I provide a lower resolution one?

Other thing I detected is related to the lights on top of a vehicle being detected by yolo as traffic lights, is there any way to filter/disable traffic light classification?