TensorRT-CenterNet icon indicating copy to clipboard operation
TensorRT-CenterNet copied to clipboard

Add symbolic to DeformConvFunction

Open yangsuhui opened this issue 5 years ago • 1 comments

hi,great job for the code. I have one question about the pth to onnx, Add symbolic to DeformConvFunction? could you tell me which file to add the symbolic? where is the file contain DeformConvFunction? Thank you very much!

yangsuhui avatar Sep 25 '20 11:09 yangsuhui

@yangsuhui

Adding the symbolic to DeformConvFunction is in the script "deform_conv.py" of the new "dcn" according these insctructions: https://github.com/CaoWGG/TensorRT-CenterNet/blob/master/readme/ctdet2onnx.md You find the new "dcn" in the readme folder of the repository.

haythem-b avatar Nov 23 '20 12:11 haythem-b