theFoxofSky / ddfnet

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

ddf #10

Closed hhhhhumengshun closed 3 years ago

hhhhhumengshun commented 3 years ago

if I implement ddf directly in python, I want to know how the code is

theFoxofSky commented 3 years ago

You can check the code in grad_check.py. There is an example of inference in python