ddfnet icon indicating copy to clipboard operation
ddfnet copied to clipboard

The official implementation of the CVPR2021 paper: Decoupled Dynamic Filter Networks

Results 19 ddfnet issues
Sort by recently updated
recently updated
newest added

File "setup.py", line 23 print(f'Compiling {name} without CUDA') ^ SyntaxError: invalid syntax

I downloaded the pretrained model , ddf_add_resnet50.pth.tar and ddf_mul_resnet50.pth.tar. ddf_model ├── ddf_add_resnet50.pth.tar ├──ddf_mul_resnet50.pth.tar I use load_checkpoint like create_model( 'ddf_mul_resnet50', checkpoint_path='./ddf_mul_resnet50/ddf_mul_resnet50.pth.tar', pretrained=True, num_classes=None, in_chans=3, global_pool=None, scriptable='torchscript') but I get warning No...

Thanks for your excellent work. I just read your paper and your code. I notice that in your code there is nothing about output_channel. So how should I change the...

Hi,there's an error when I run the code `Traceback (most recent call last): File "grad_check.py", line 8, in from ddf import ddf File "/home/notebook/code/ddfnet/ddf/__init__.py", line 1, in from . import...

from . import ddf_mul_ext, ddf_mul_faster_ext, ddf_add_ext, ddf_add_faster_ext ImportError: /home/user/Desktop/xx/DDF/ddf/ddf_mul_ext.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr9_M_addrefEv

Thank you for your excellent work! I am very interested in adopting ddf in other networks. However, I fail to setup ddf in my device with error message "nvcc fatal...

ddf能否支持组卷积,不同batch之间不共享权重?

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?