theAIGuysCode / yolov4-custom-functions

A Wide Range of Custom Functions for YOLOv4, YOLOv4-tiny, YOLOv3, and YOLOv3-tiny Implemented in TensorFlow, TFLite, and TensorRT.
MIT License
602 stars 370 forks source link

Webcam static #76

Open Ser1011 opened 2 years ago

Ser1011 commented 2 years ago

Hello, I have been stuck for a few days, when I use (python detect_video.py --weights ./checkpoints/yolov4-416 --size 416 --model yolov4 --video 0 --output 0 )

I get static, like the old tv's. I'm using OBS virtual camera as a webcam, I've tested online/offline, discord and FB to test the webcam and there is no static, just what OBS it capturing.

Does Python not like OBS?