Does deformable conv support export to onnx or not?
Guida contributor
Tech stack
python
Dominio
machine learning
Tipo issue
research
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
3
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
Knowledge of PyTorchFamiliarity with ONNX export
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
40
Direzione di ricerca
Investigate the PyTorch vision source code for deformable convolution implementation, specifically the torchvision.ops.deform conv module. Check if the module has an ONNX symbolic registration in torch.onnx.symbolic opset or similar. Also, test exporting a simple model containing deform conv to ONNX to see if it works. Review any existing discussions in the issue comments for hints or workarounds.