You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the yolo version is yolo11, I start trainnig, but I find that only train and val datasets are processed by yolo, it seems that the test dataset is ignored. who can tell me about the reason ? thanks in advance !
Additional
No response
The text was updated successfully, but these errors were encountered:
👋 Hello @yuxing, thank you for your interest in Ultralytics 🚀! We recommend a visit to the Docs for new users where you can find many Python and CLI usage examples, and where many of the most common questions may already be answered.
If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. This could include a small dataset (with "train," "val," and "test" folders) that can replicate your issue, as well as the exact command you used to start training.
If this is a custom training ❓ Question, please share additional details on your training configuration file, command-line arguments, and any relevant logs to help us better understand the situation. You can check out our Tips for Best Training Results to ensure everything is properly configured.
Join the Ultralytics community where it suits you best. For real-time chat, head to Discord 🎧. Prefer in-depth discussions? Check out Discourse. Or dive into threads on our Subreddit to share knowledge with the community.
Upgrade
Upgrade to the latest ultralytics package including all requirements in a Python>=3.8 environment with PyTorch>=1.8 to verify your issue is not already resolved in the latest version:
pip install -U ultralytics
Environments
YOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
If this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLO Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit.
This is an automated response, but don't worry, an Ultralytics engineer will follow up with you soon to provide further assistance! 😊
Search before asking
Question
I set my dataset dir to this structure :
base_dir
------train
----------images
----------abels
------test
----------images
----------labels
------val
----------images
----------labels
the yolo version is yolo11, I start trainnig, but I find that only train and val datasets are processed by yolo, it seems that the test dataset is ignored. who can tell me about the reason ? thanks in advance !
Additional
No response
The text was updated successfully, but these errors were encountered: