Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about deformable convolution #4

Closed
Shaaa10 opened this issue May 10, 2022 · 1 comment
Closed

Question about deformable convolution #4

Shaaa10 opened this issue May 10, 2022 · 1 comment
Assignees

Comments

@Shaaa10
Copy link

Shaaa10 commented May 10, 2022

Hi, First of all Thank you. I have one query. Centre pose uses Deformable convolution layer. But in the "centerpose_pytorch2onnx.py" script there is no Deformable convolution. Does the converted ONNXmodel contain Deformable convolution layer ? Thank you .

@gordongrigor
Copy link

Yes. The open source published version uses deformable convolutions, however this is hard to compile in Torch, and not supported at time of this Isaac ROS release in TensorRT, so we released a version replacing deformable convolutions with layers that are supported in TensorRT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants