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
I converted it to ONNX format. When I timed it on Python using time.time(), it took approximately 17ms.
But when I timed it on C++ using std::chrono::high_resolution_clock, it took approximately 41ms.
I think the issue is from Windows. Does Windows limit ONNX model abilities?
platform:windowsissues related to the Windows platformapiissues related to all other APIs: C, C++, Python, etc.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Model: FPN (Face Parsing)
Checkpoints: FPN + ResNet-50
OS: Windows 10
GPU: NVIDIA RTX 3050Ti 4GB
I converted it to ONNX format. When I timed it on Python using time.time(), it took approximately 17ms.
But when I timed it on C++ using std::chrono::high_resolution_clock, it took approximately 41ms.
I think the issue is from Windows. Does Windows limit ONNX model abilities?
Beta Was this translation helpful? Give feedback.
All reactions