8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python6,858 forks (6,858 forks)batch import
enhancementhelp wantedmodule: onnxmodule: ops
Repository metrics
- Stars
- 15,050 stars (15,050 stars)
- PR merge metrics
- Avg merge 12d 8h (Avg merge 12d 8h)14 merged PRs in 30d (14 merged PRs in 30d)
Description
Does deformable conv support export to onnx or not?
Contributor guide
- Research direction
- Check the PyTorch Vision source code for deformable convolution implementation and its ONNX export registration. Look for any existing tests or documentation on ONNX export for this op.
- Tech stack
- pythonpytorch
- Domain
- backendcomputer vision
- Issue type
- Research
- Prerequisites
- PythonPyTorch