I trained the model with 2026, but detected 2 same boxes on one object #24130
Replies: 2 comments 2 replies
-
|
👋 Hello @fangzhengzhu, thank you for your interest in Ultralytics 🚀! This is an automated response to help get things moving, and an Ultralytics engineer will also assist you soon. We recommend a visit to the Docs where you can find many Python and CLI usage examples, and where many of the most common questions may already be answered. Since this appears to be a model behavior/question report, please share a minimum reproducible example so the team can better investigate 🔍. Helpful details include: If this is related to custom training ❓, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results. 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 💬. UpgradeUpgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf 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. |
Beta Was this translation helpful? Give feedback.
-
|
How many images do you have for training? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, when I predicted with the model trained with yolo26, 2 similar boxes with same label were on one area. According to NMS free and DFL Free, I think there should be only one exists.

And I also found DFL in the final model file named best.pt, Does it mean the final model is not really a yolo26 model?
Beta Was this translation helpful? Give feedback.
All reactions