python detect.py --weights runs/train/exp_yolov5s/weights/best.pt --source 0
python detect.py --weights runs/train/exp_yolov5s/weights/best.pt --source file.jpg
python detect.py --weights runs/train/exp_yolov5s/weights/best.pt --source file.mp4
python detect.py --weights runs/train/exp_yolov5s/weights/best.pt path/
python detect.py --weights runs/train/exp_yolov5s/weights/best.pt 'https://youtu.be/NUsoVlDFqZg'
python detect.py --weights runs/train/exp_yolov5s/weights/best.pt 'rtsp://example.com/media.mp4'