pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.74k stars 21.33k forks source link

Run darknet on a portion of the computers screen #453

Open dwhickox opened 6 years ago

dwhickox commented 6 years ago

Hi, I have a video feed coming in from a phone to my screen and that feed shows up on an application, I need to run image recognition on this application, how do I do that?

Thanks! -David

Laranto commented 6 years ago

YOLO uses OpenCV to capture input video from sources like Webcams.

You could use some software to capture your screen to webcam output and feed this into darknet.

rakshitks commented 4 years ago

YOLO uses OpenCV to capture input video from sources like Webcams.

You could use some software to capture your screen to webcam output and feed this into darknet.

but how do we give it as webcam output?