import os
com = "python detect.py --weights yolov5x.pt --conf 0.4 --source inference/images/zidane.jpg"
os.system(com)