Replies: 2 comments
-
👋 Hello @SaiCraze, thank you for reaching out and for using YOLOv8 🚀! We appreciate you bringing this to our attention. If this is a 🐛 Bug Report, it would be super helpful if you could provide a minimum reproducible example (MRE) along with more details such as:
If this is a custom training question ❓, please ensure:
For further debugging:
Join the Ultralytics community if you'd like real-time support or to brainstorm with other users:
UpgradeEnsure your environment is up-to-date by upgrading to the latest pip install -U ultralytics EnvironmentsFor optimal results, we recommend running YOLOv8 in one of the verified, up-to-date environments with all dependencies, such as:
StatusWhen this badge is green, all Ultralytics CI tests are currently passing, ensuring the framework's expected operation across all core functionality. 🔎 An Ultralytics engineer will review your issue soon and provide more targeted guidance. Stay tuned—thank you for your patience and for being part of our community! 😊 |
Beta Was this translation helpful? Give feedback.
-
It depends on how good your model is. If you trained it on just a few images, then it wouldn't be good. |
Beta Was this translation helpful? Give feedback.
-
Hello! So, I have successfully trained a model using YOLOv8 with correct annotations and images. I have put the correct data.yaml file as well. However, when I go ahead and upload ANY image or even video or webcam feedback, it gives me this: "no-detection". Please how to fix this?
![image](https://private-user-images.githubusercontent.com/88515112/411368332-cfd2fb5b-1b22-4f84-9e02-8aef9620fd86.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjg0NTMsIm5iZiI6MTczOTM2ODE1MywicGF0aCI6Ii84ODUxNTExMi80MTEzNjgzMzItY2ZkMmZiNWItMWIyMi00Zjg0LTllMDItOGFlZjk2MjBmZDg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzNDkxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM5MDkxZWQ3Y2VjODBhYWM4ZmE2MDg0ZmZhNzZhZTNmN2E0N2Q5MzQ4N2Q1NGY0MWU2YzAwM2Y5YWFiMmQ1YmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.caqHOfm8vmkxWH8EE5BX_gmGWFa6OL5mbwNdpF7MwzI)
![image](https://private-user-images.githubusercontent.com/88515112/411368339-b8f9c5c5-06ba-4034-84b8-1ba419f3c3d3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjg0NTMsIm5iZiI6MTczOTM2ODE1MywicGF0aCI6Ii84ODUxNTExMi80MTEzNjgzMzktYjhmOWM1YzUtMDZiYS00MDM0LTg0YjgtMWJhNDE5ZjNjM2QzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzNDkxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg2MjVhNGEwNDI4ZGRiNDNjZDVhMTQ2MjYzNWNhMzA3ZTVlY2VlYzY3ZDBhNTE0ZTEzMTNiZjNiZjgwOGJhMGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ezhskONGVFPHWCMIKNFNJZG7eaMGPju6wP_hdCeG7JM)
btw, when I try with the default model, it works. Its just the custom model that doesn't work :(
Beta Was this translation helpful? Give feedback.
All reactions