We can each use it to suit the needs of the user
pip install ultralytics python3 infer.py --yolo v8 --weights weights/yolov8n.pt --conf 0.25 --source 0 --view-img python3 infer.py --yolo v8 --weights weights/yolov8n.pt --conf 0.25 --source inputs/drive.mp4 --view-img python3 infer.py --yolo v11 --weights weights/yolo11n.pt --conf 0.25 --source 0 --view-img python3 infer.py --yolo v11 --weights weights/yolo11n.pt --conf 0.25 --source inputs/drive.mp4 --view-img 
