-
Notifications
You must be signed in to change notification settings - Fork 31
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
Speed To Detect very SLOW #8
Comments
+1 |
This has GPU support: |
Hi, There is already an open issue about that here: dotnet/machinelearning#5597 Unfortunatly, and as explained here, this doesn't come from this code but from the ML.Net/Onnx step. You can use the GPU. If I remember well you will need to use the following package: https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/ |
Try updating to NL.Net v1.6.0, they have improved image handling and it's much faster. |
Hi, I have nvidia rtx 2080 super i haved try to do that in past but it not work for me, |
From this recent article, I see that they use
But I haven't tried yet |
Tnx for your answer! |
I found that the inference speed is a lot faster on .Net Core 5.0 w/o GPU. It took around ~8000ms on .NET Framework 4.7.2 and ~600s on Core. |
First, Thank you for your source, It has helped me a lot.
But speed to detect the object in an image is slow,
How can faster do it such as use GPU or custom list object, Because I need counting vehicle from the camera.
Please help!
The text was updated successfully, but these errors were encountered: