FFC icon indicating copy to clipboard operation
FFC copied to clipboard

This is an official pytorch implementation of Fast Fourier Convolution.

Results 9 FFC issues
Sort by recently updated
recently updated
newest added

There is no module in torch rfft or irfft. rfft and irfft are in torch.fft

For anyone who might need TensorFlow 2.x implementation of Fast Fourier Convolution (FFC) there is an unofficial port of this project: https://github.com/uladzislau-varabei/ffc-tf2. In case you have ideas on how to...

Hi! Greatly appreciate your work! It seems that pretrained weights that you provided in issue #1 doesn't match the code: - layers are named differently - there is size mismatch...

Hi, I am using Pytorch 1.9 and I can not find this function torch.rfft. https://github.com/pkumivision/FFC/blob/ac66fd7ded8e1358de18c31590b141f20988fcd3/model_zoo/ffc.py#L54 It seems like Pytorch 1.9 has moved this function into sth else: https://pytorch.org/docs/1.9.0/generated/torch.fft.rfft.html But I...

Please share implementation on anyone reasonably deep EfficienNet or EfficientNet_v2. I tried to follow method of ResNet but getting channel mismatching error.

Thanks for the amazing work. Could you provide the code for keypoint detection? If I have two images from the same scene, the first one is RGB image, the others...

Hello! May I ask where can I get the fcc_resnet parameter pre-trained on ImageNet in the experimental results?

can any one told that what is ratio_gin and out

Using ffc() to directly replace nn.Conv2d() will report an error: `RuntimeError: Given groups=1, weight of size [5, 3, 3, 3], expected input[3, 6, 64, 64] to have 3 channels, but...