-
Notifications
You must be signed in to change notification settings - Fork 1
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
Check FP16 version of Mask-RCNN and Faster-RCNN #155
Comments
Faster-RCNNAccording to the onnx zoo description of Faster-RCNN it can handle different image sizes, but it is recommended to resize the image such that both height and width are within the range of [800, 1333] and the image size must be a multiple of 32. command used: output: |
Mask-RCNNThis works with the same demension as Faster-RCNN, see description command used: output: According to the backtrace the error comes from the
The crash comes from this line, |
The |
This is related to ONNX zoo models #141
use the
--fp16
flagThe text was updated successfully, but these errors were encountered: