We Need only three files
- yolov3.weights
- colo-name
- yolov3.cfg
$ git clone https://github.com/pjreddie/darknet
- coco-name location:- darknet/data/coco.names
- yolov3.cfg location:- darknet/cfg/yolov3.cfg
$ wget https://pjreddie.com/media/files/yolov3.weights
$ python3 yolo_video.py -i o -c 0.6 -t 0.4
- -c for confidence
- -t for threshold
$ python3 yolo_video.py -i rtsp://192.168.43.102:7878/h264_ulaw.sdp (use your own ip)
$ python3 yolo_video.py -i http://192.168.43.102:7878/video?x.mjpg #(use your own ip)
$ python3 yolo_video.py -i video_file_name