Guanghan / ROLO

ROLO is short for Recurrent YOLO, aimed at simultaneous object detection and tracking
Apache License 2.0
883 stars 277 forks source link

ROLO VS YOLO? #36

Open muye5 opened 6 years ago

muye5 commented 6 years ago

If detection is needed to do for every frame, what's the point of rolo. For I think only yolo enough do predict the bounding box, with simple iou, we can implement the track, so what this rolo do different with a detection model?

madhu-korada commented 5 years ago

Simple. ROLO gives you more accuracy. If your application doesn't demand accuracy, you can use yolo and a simple tracker itself.