theFoxofSky / ddfnet

The official implementation of the CVPR2021 paper: Decoupled Dynamic Filter Networks
MIT License
212 stars 34 forks source link

Hello, will ddfnet not support porting to mobile platforms, such as onnx and ncnn ? #21

Open FelixZhang7 opened 3 years ago

theFoxofSky commented 3 years ago

Not supported yet. The current version uses CUDA operators. If you want to transfer it to mobile platforms, you may need to reimplement the ddf operator.