Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

论文提出的FADC卷积在哪个文件呢? #7

Open
ningnbai opened this issue Jul 1, 2024 · 8 comments
Open

论文提出的FADC卷积在哪个文件呢? #7

ningnbai opened this issue Jul 1, 2024 · 8 comments

Comments

@ningnbai
Copy link

ningnbai commented Jul 1, 2024

论文提出的FADC卷积在哪个文件呢?

@Linwei-Chen
Copy link
Owner

@ningnbai
Copy link
Author

ningnbai commented Jul 1, 2024

我看到这个py文件了,但是感觉很混乱,能否提供一个纯净的FADC,因为我看到你论文中声明FADC是即插即用的

@ningnbai
Copy link
Author

ningnbai commented Jul 1, 2024

这个py文件参杂很多无用的信息,我很难将此代码和原论文方法部分对应

@Linwei-Chen
Copy link
Owner

I updated FADC_only at here, you can use it after install mmcv-full.
You can install mmcv-full by (more version can be found at their website:

pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 -f https://download.pytorch.org/whl/torch_stable.html
pip install mmcv-full==1.5.3 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.11/index.html

@ningnbai
Copy link
Author

ningnbai commented Jul 1, 2024

此py文件中很多函数没有定义,例如MultiFreqBandConv,FLC_Pooling,StaticLP,能帮我解决这个疑惑吗?非常感谢!

@Linwei-Chen
Copy link
Owner

Linwei-Chen commented Jul 1, 2024

这些函数不是该论文的部分,是早期的测试验证,您可以直接忽略

@Zhanbiu
Copy link

Zhanbiu commented Jul 8, 2024

这些函数不是该论文的部分,是早期的测试验证,您可以直接忽略

您好,想问一下您可以给一个AdaptiveDilatedConv如何使用的例子吗,我看有一些参数需要初始化,但我自己设置的想把featuremap输入进去会报维度不匹配之类的,所以请问一下您可以给个demo吗,非常感谢!

@Linwei-Chen
Copy link
Owner

维度不匹配的问题已经得到解决,是bias的形状不对导致的,目前已经更新!
https://github.com/Linwei-Chen/FADC/blob/main/FADC_only/conv_custom.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants