How to change default model downloading path? #377
Answered
by
onuralpszr
hongbo-miao
asked this question in
Q&A
-
This code will download from ultralytics import YOLO
model = YOLO("yolov8s.pt") |
Beta Was this translation helpful? Give feedback.
Answered by
onuralpszr
Sep 22, 2023
Replies: 1 comment 3 replies
-
Just type path and it will download model = YOLO("model/yolov8s.pt") |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hongbo-miao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just type path and it will download