TensorRT-CenterNet
TensorRT-CenterNet copied to clipboard
Add symbolic to DeformConvFunction
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
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.