eweill-nv / dcnv2_trt

TensorRT plugin forDCNv2 layer in ONNX model
Apache License 2.0
57 stars 13 forks source link

How to generate the ONNX file. #4

Open sksenthilkumar opened 3 years ago

sksenthilkumar commented 3 years ago

The repo assumes that there is an ONNX file with a plugin node, whose attributes have stride, padding, dilation values. But how to generate this ONNX file. Adding to this, there is also confusion about the inputs to the plugin node? is it only input or input + mask + offset?

It would be really helpful if any hint on how to generate this ONNX file.