zh/guides/yolo-common-issues/ #11739
Replies: 6 comments 6 replies
-
Why is the progress bar not displayed when training on the GPU? |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your contribution! I use the 1280 of imgsz yolov8 to train my 640 images, but my gpu always is stuck ,why?this happens on A100 and 4090 all the time. |
Beta Was this translation helpful? Give feedback.
-
The bus.jpg has been placed under the assets path during the run, but the " FileNotFoundError: ultralytics/assets/bus.jpg does not exist” |
Beta Was this translation helpful? Give feedback.
-
100 epochs completed in 0.146 hours. Validating runs/detect/train/weights/best.pt...
|
Beta Was this translation helpful? Give feedback.
-
it is my.yaml:
path: D:python新建文件夹 (2)/hakusenninnshiki.v2i.yolov11/lane.yaml
train: images/train
val: images/val
test: images/test
nc: 1
names: ['hakusen']
roboflow:
workspace: kitazonoken
project: hakusenninnshiki
version: 2
license: CC BY 4.0
url: https://universe.roboflow.com/kitazonoken/hakusenninnshiki/dataset/2
is it right ?
…---Original---
From: "Glenn ***@***.***>
Date: Fri, Dec 6, 2024 23:59 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/guides/yolo-common-issues/(Discussion #11739)
@sjocnjfjd the error indicates a file path issue. Ensure your data parameter points to the correct yaml file and check that the dataset paths defined in the yaml file are valid and accessible. For guidance on dataset preparation and troubleshooting, refer to YOLO Common Issues. Let us know if you need further clarification!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have looled the issue guides,but I can not find what I want to solve my problem
…---Original---
From: "Glenn ***@***.***>
Date: Sat, Dec 7, 2024 01:27 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/guides/yolo-common-issues/(Discussion #11739)
@sjocnjfjd your YAML file seems mostly correct, but be cautious with the file path formatting. Replace D:python新建文件夹 (2)/hakusenninnshiki.v2i.yolov11/lane.yaml with a properly formatted path (e.g., D:/python/新建文件夹 (2)/hakusenninnshiki.v2i.yolov11/lane.yaml). Ensure all dataset paths are accessible and the Roboflow url is valid. If issues persist, refer to the YOLO Common Issues guide for troubleshooting.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
zh/guides/yolo-common-issues/
在Ultralytics 生态系统中使用YOLOv8 时遇到的常见问题的全面故障排除指南。
https://docs.ultralytics.com/zh/guides/yolo-common-issues/
Beta Was this translation helpful? Give feedback.
All reactions