CLRNet icon indicating copy to clipboard operation
CLRNet copied to clipboard

Code for custom ops for conversion to onnx and trt.

Open kkumarDEKA opened this issue 3 years ago • 5 comments

Hello @Turoad . Thanks for sharing your code and for the great work you have accomplished. In another issue, you mentioned that you have written custom operators for roialign, possibly grid_sample, etc to convert the torch model to onnx. Could you please share your code for the same? Thanks in advance!

kkumarDEKA avatar May 23 '22 15:05 kkumarDEKA

Hi @MySuperSoul , following up on my issue here. Could you share your code and procedure of using custom ops to convert the model to onnx? Thanks!

kkumarDEKA avatar Jun 27 '22 16:06 kkumarDEKA

We are busy for other projects. It will be release in a couple of months.

Turoad avatar Jun 28 '22 07:06 Turoad

@Turoad @MySuperSoul Thanks for letting me know. I'm really looking forward for this update.

kkumarDEKA avatar Jun 30 '22 13:06 kkumarDEKA

You can refer to my work from https://github.com/xuanandsix/CLRNet-onnxruntime-and-tensorrt-demo An initial version code can implement onnxruntime inference and I will still try optimize it further. I also try to make a trt demo.

xuanandsix avatar Aug 04 '22 16:08 xuanandsix