FBCNN icon indicating copy to clipboard operation
FBCNN copied to clipboard

Official Code for ICCV 2021 paper "Towards Flexible Blind JPEG Artifacts Removal (FBCNN)"

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

Hello @jiaxi-jiang, Sorry to bother you, I plan apply `FBCNN` for my non-photo content jpeg(2d drawing), but I have some question about tool implement, could you teach me about those...

Hello @jiaxi-jiang, Sorry to bother you, I test some non-photo content jpeg(2d drawing), high `FBCNN` `QF` can preserve detail and noise, but I notice some area have slight color(chroma) brightness...

I'm excited to watch the demo video. Please release the code for Google colab so that we can try it easily. I am looking forward to your next update. Thank...

AssertionError: ../trainsets/Data_DIV2K_Flickr2K is not a valid directory During the training process, a question arises, what is the architecture distribution of the training dataset?

AssertionError: ../trainsets/Data_DIV2K_Flickr2K is not a valid directory在训练过程中出现这样一个问题,请问作者训练数据集的架构分布是如何的。

请问作者,主页的样例上的退化图是由由Jpeg退化函数从高清图获取的吗?我想获得类似的退化图像具体应该怎么操作?

Thank you so much for your impressive work, I tried many tools but their performance were not like yours. But I spent a lot of time to figure out how...

Greetings, Sorry for bothering, but how can I run the trained model? I tried to create another .py script for trained color.pth model (similar to Color/Real scripts) But getting an...

This works fine with Metal Performance Shaders, but the included examples/tests fallback to the CPU as soon as CUDA isn't available. This PR makes them prioritize CUDA, then MPS, then...