obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
523 stars 174 forks source link

can this solution work with IP camera using rtsp streaming #67

Open YingUK opened 6 years ago

YingUK commented 6 years ago

Hi Thanks for sharing this great work. As I mentioned in the title, can I set up "camera" in run.py as IP camera, and using rtsp address to feed the original video?

Many thanks!

galaktyk commented 6 years ago

Use FFmpeg to capture RTSP stream then feed image to YOLO in cv2.VideoCapture(img) (darkflow/darkflow/net/help.py)

I hope it will work out well for you