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
Download the source and edit, if you have properly installed ONNX with tensorrt just edit line 38 at YoloCore.cs
change: ? new InferenceSession(onnxModel, SessionOptions.MakeSessionOptionWithCudaProvider(gpuId))
to: ? new InferenceSession(onnxModel, SessionOptions.MakeSessionOptionWithTensorrtProvider(gpuId))
I have it running, but it has the same performance for some reason, and it takes longer to initialize.
as title, i love this project
The text was updated successfully, but these errors were encountered: