Replies: 2 comments 3 replies
-
@sscalvo I don't understand your question. YOLOv5 models don't save anything unless you specifically run a results.save() command. |
Beta Was this translation helpful? Give feedback.
3 replies
-
this command line should do it: python detect.py --nosave --exist-ok |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I am launching YOLO to process thousands of images, in this way:
model = torch.hub.load('ultralytics/yolov5', 'yolov5s')
How can i avoir YOLO to dump content on 'runs' folder (in order to save disk space) ?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions