theFoxofSky / ddfnet

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

Import error #37

Open Quanbin-Wang opened 1 year ago

Quanbin-Wang commented 1 year ago

from . import ddf_mul_ext, ddf_mul_faster_ext, ddf_add_ext, ddf_add_faster_ext Hello, there is an error in importing the above files. How to solve it?