Differences in results between yolo and my code. #17140
Replies: 2 comments
-
👋 Hello @AliAldubaikhi, thank you for reaching out with your question! 🚀 This is an automated response, and an Ultralytics engineer will assist you soon. We recommend browsing the Docs for insights as it might have the information you need. You'll find extensive Python and CLI examples that could shed light on your issue. If this is related to a 🐛 Bug Report, please share a minimum reproducible example to assist with debugging. For custom training ❓ Questions, kindly provide detailed information, including dataset samples, training logs, and ensure you’re using our Model Training Tips. Join our Ultralytics community in a space that suits you best. Engage in real-time discussions on Discord 🎧, join thoughtful conversations on Discourse, or participate in discussions on our Subreddit. UpgradeTo ensure your problems are not caused by outdated software, upgrade to the latest pip install -U ultralytics EnvironmentsRun YOLO in any of these verified environments, featuring crucial dependencies like CUDA, CUDNN, Python, and PyTorch:
Status🌟 If this badge is green, all Ultralytics CI tests are passing. These tests confirm the correct function of the YOLO Modes and Tasks across multiple platforms. |
Beta Was this translation helpful? Give feedback.
-
@AliAldubaikhi differences in results can arise from variations in IoU thresholds, image preprocessing, or dataset handling. Ensure your IoU threshold and preprocessing steps match those used in YOLO's validation. For the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have a problem. I used the following code to extract the number of FP and FN , but when I compare it to the validation results in Yolo, I found a big difference. Is there a solution to this problem or an explanation for it?
This is the output
Number of images with false positives: 15019
Number of images with false negatives: 14388
Process finished with exit code 0
also when I set the save_hybrid=True in validation I did not get the file in output folder.
Thanks,,
Beta Was this translation helpful? Give feedback.
All reactions