Open jmesLee opened 1 year ago
For example, your images are at the path C:\yolov7-main\input\1.jpg C:\yolov7-main\input\2.jpg C:\yolov7-main\input\3.jpg C:\yolov7-main\input\4.jpg C:\yolov7-main\input\5.jpg
If your cmd execution path is at C:\yolov7-main\
Just type python detect_crop.py --weights dorabest.pt --source ./input
, all the images in that folder would detect and crop automatically.
i am currently using your program to post-process images that have been taken. I have a large number of images, and i would like to process multiple images at once. Is there a way to do this with your code?