AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.8k stars 7.97k forks source link

The bbox and frame are inconsistent in result video create by -out_filename #6605

Open ntucschen opened 4 years ago

ntucschen commented 4 years ago

@AlexeyAB there is a bug. I used command darknet.exe detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights test.mp4 -out_filename res.avi The bbox and frame in result video are inconsistent, e.g., the 8th bbox drawn to 7th frame.

stephanecharette commented 4 years ago

What do you mean with "the 8th bbox drawn to 7th frame"?

ntucschen commented 4 years ago

What do you mean with "the 8th bbox drawn to 7th frame"?

the bbox drawn on the 7th frame is the 8th frame's bbox, not the 7th frame's bbox. ... the bbox drawn on the T frame is the T+1 frame's bbox, not the T frame's bbox.

The bbox and frame in result video are inconsistent.