Open nsivaramakrishnan opened 4 years ago
hi
i run it on colab
when i use video for detection
!./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights data/YouTube.mp4
after run it video not showing or playing
any idea how to fix it
Hi, Is detection working in case of image? If yes, can you reduce the threshold and check if anything is getting detected?
hi i run it on colab when i use video for detection
!./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights data/YouTube.mp4
after run it video not showing or playing any idea how to fix it
I have the same problem, the model can detect all objects on the same frame, but when detecting video the [demo] can only detect single or noting. have you solved it?
Hi, We are trying to YoloV3 tiny yolo (V2) model for object detection. We have our custom model trained on the objects. When we run the model on video file, the detections are lesser than the detections that are observed when run on the image file (image file is dumped using save_image API on the same video). Is there anything that we are missing for video? Thanks -Siva