Open ntucschen opened 4 years ago
What do you mean with "the 8th bbox drawn to 7th frame"?
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.
@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.