foschmitz/yolo-python-rtsp

Pass multiple RTSP URL as input

Chuttyboy opened this issue · 0 comments

@foschmitz Thanks for uploading this code its very use for my studies , Now how to pass multiple RTSP Url as input in the below shown comment

python yolo_opencv.py --input rtsp://xxxxx:1935/live/sys.stream --framestart 100 --framelimit 100 --config cfg/yolov3-tiny.cfg --weights yolov3-tiny.weights --classes cfg/yolov3.txt

Thanks