Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why does test dataset take no effect ? #18236

Open
1 task done
yuxing opened this issue Dec 14, 2024 · 2 comments
Open
1 task done

why does test dataset take no effect ? #18236

yuxing opened this issue Dec 14, 2024 · 2 comments
Labels
detect Object Detection issues, PR's question Further information is requested

Comments

@yuxing
Copy link

yuxing commented Dec 14, 2024

Search before asking

  • I have searched the Ultralytics YOLO issues and discussions and found no similar questions.

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

@yuxing yuxing added the question Further information is requested label Dec 14, 2024
@UltralyticsAssistant UltralyticsAssistant added the detect Object Detection issues, PR's label Dec 14, 2024
@UltralyticsAssistant
Copy link
Member

👋 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):

Status

Ultralytics CI

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! 😊

Copy link
Collaborator

It's not used. You can validate on it manually.

https://docs.ultralytics.com/modes/val/#arguments-for-yolo-model-validation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
detect Object Detection issues, PR's question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants