foolwood / SiamMask

[CVPR2019] Fast Online Object Tracking and Segmentation: A Unifying Approach
http://www.robots.ox.ac.uk/~qwang/SiamMask
MIT License
3.47k stars 816 forks source link

export to onnx and run with tensorrt c++ api #181

Open ynma-hanvo opened 3 years ago

ynma-hanvo commented 3 years ago

hi, is this network able to be exported to onnx format and run on tensorrt.

xiaobei2 commented 2 years ago

hi, is this network able to be exported to onnx format and run on tensorrt.

No none known. very confusing to convert one model to another format.

vjsrinivas commented 1 year ago

@ynma-hanvo I was able to convert it to ONNX and run via onnxruntime but haven't tested with tensorrt: https://github.com/vjsrinivas/siammask_onnx

hahans commented 1 year ago

let me try