AlexeyAB / darknet

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

YOLO V1 video test #885

Open 89douner opened 6 years ago

89douner commented 6 years ago

Just, I wanna test yolov1 on video file. When I input this command "./darknet detector demo cfg/coco.data cfg/yolov1.cfg yolov1.weights " or "./darknet yolo demo cfg/yolov1.cfg yolov1.weights ", the model could classify object, couldn't draw bounding box

40421903-6a6edb26-5ec8-11e8-949c-608a32bb46e8 40421932-871feb16-5ec8-11e8-8d6b-ae433d5fd6c5 40421910-6f43ceb8-5ec8-11e8-8a74-457f0d7c4e66

Muhammad057 commented 6 years ago

@89douner did you get the solution. I am facing the same issue.

Muhammad057 commented 6 years ago

@AlexeyAB My model predicts well vehicle license plates but when I test my trained model with the video file, it doesn't capture any license plate. Any help would be appreciated.