Nano Yolo sourced from mjpeg stream?

Using this guide:

I have setup a detection using a webcam via this command:

./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights -c0

And it works great.

What I’d like to do is feed the detector from an MJPEG stream such as:

http://10.6.10.180/mjpeg_stream

I’m mostly a newbie, so I found a lot of information on gstreamer, but where I get lost is how to get gstreamer to stream to detector.

Your help is greatly appreciated.

Thanks,

DougM