facebookresearch/segment-anything

export encoder from onnx to tensorrt

junwei0812 opened this issue · 0 comments

I got error when export encoder onnx model to tensorrt, here is the error
"""
This version of TensorRT does not support dynamic axes." failure of TensorRT
"""
I tried the latest version of tensorrt and did not use the parameter dynamic_axes, but it did not work.
Anyone has successful experience about this?