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
👋 Hello @umar12Fa, thank you for submitting a ultralytics/yolo-flutter-app 🚀 Issue. To help us address your concern efficiently, please ensure you've provided the following information:
For bug reports:
A detailed and clear description of the issue you're facing (you've already shared a great start—thank you!)
A minimum reproducible example MRE that demonstrates the discrepancy between the Flutter app and Python results
Your environment details (Flutter/Dart version, Python version, OS, package versions, model type and version, etc.)
Expected behavior vs. actual behavior
Any additional error messages, logs, or specific details that might help us debug this issue
For feature requests:
A clear and concise description of the proposed feature
The problem this feature would solve
Any alternative solutions you've considered
For questions:
Provide as much context as possible about your question
Include any research you've already done on the topic
Specify which parts of the documentation, if any, you've already consulted
In this case, I suggest checking the version of the YOLO model running in your Python code vs. the Flutter app, as well as any potential differences in confidence thresholds, non-maximal suppression (NMS) parameters, or other inference settings.
Please ensure you've searched existing issues to avoid duplicates. If you need to add any additional information, feel free to comment below. An Ultralytics engineer will assist you soon! 🔍
Thank you for your contribution to improving our project! 🌟
We recommend first comparing your threshold values and preprocessing steps against the Python implementation shown in our Inference API documentation. If the issue persists, please share:
I'm getting 30 objects in flutter mobile app where in python for same image and model I'm getting 198 objects. What could be the reason of it?
The text was updated successfully, but these errors were encountered: