###### tags: `yolov7` ``` python train.py --workers 0 --device 0 --batch-size 4 --data data/drone.yaml --img 640 640 --cfg cfg/training/yolov7.yaml --weights '' --hyp data/hyp.scratch.p5.yaml ``` ``` python detect.py --weights runs/train/exp13/weights/best.pt --conf 0.25 --source ../Public_Testing_Dataset/public --save-txt ```