-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
Obviously inaccurate detection on Apple Silicon with MPS acceleration #9900
Comments
👋 Hello @TANG617, thank you for your interest in YOLOv5 🚀! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution. If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available. For business inquiries or professional support requests please visit https://ultralytics.com or email [email protected]. RequirementsPython>=3.7.0 with all requirements.txt installed including PyTorch>=1.7. To get started: git clone https://github.com/ultralytics/yolov5 # clone
cd yolov5
pip install -r requirements.txt # install EnvironmentsYOLOv5 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 YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training, validation, inference, export and benchmarks on MacOS, Windows, and Ubuntu every 24 hours and on every commit. |
@TANG617 yes MPS seems to produce issues on detection models, but classification models work correctly. I don't know exactly where the problem lies. |
Thanks for the reply. I don't think I am able to solve it by myself 😢 |
+1 |
This needs more attention. |
@lonnylundsten hello! Thank you for reaching out to us and bringing this up. I understand your concern regarding using MPS backend with the YOLOv5 detection model. It seems that MPS produces issues on detection models, as mentioned by member of the YOLOv5 community. We appreciate your patience with this issue. We are continuously working on improving the YOLOv5 model, the bug reports we credit to our community and try to solve them as efficiently as possible. Unfortunately, due to the limitations of this issue, we are unable to provide you with a more detailed response at the moment. Nonetheless, please be assured that we are aware of this matter, and we will provide an update as soon as we have a fix for it. We encourage you to keep an eye on our updates, YOLOv5 documentation, and tutorials for more information. If you have any other questions or concerns, please don't hesitate to keep asking. We're here to help. |
Search before asking
YOLOv5 Component
Detection
Bug
I've read the tutorial from #7878 and solve the problem 'The operator 'aten::nonzero' is not currently supported on the MPS backend' from #8508
And the setup command is just like the following:
It seems to work, but the result is obviously wrong.
And it crashes.
If I don't enable '--device mps', it works perfectly.
BTW, it seems that 'mps' boost about 5 times over 'cpu', which is exciting.
Environment
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: