QmapCompression icon indicating copy to clipboard operation
QmapCompression copied to clipboard

Official implementation of "Variable-Rate Deep Image Compression through Spatially-Adaptive Feature Transform", ICCV 2021

Results 10 QmapCompression issues
Sort by recently updated
recently updated
newest added

How to install compressAI? I just downloaded it and put it in the QmapCompression folder, but it went wrong.

Hello! Great works! What is the reason why I encountered a nan value when using the pre trained model? Looking forward to your reply! ![image](https://github.com/micmic123/QmapCompression/assets/91206112/f88dbd94-7227-432b-ae2a-63945a6bec85)

Hi ! Great Work ! I have just one question : How did you compute the bit allocation map in your article Fig 9 ? Thanks

Using a target size (torch.Size([1,3,0,500)) that is different to the input size (torch.Size([1, 3,512, 512])). error:the size of tensor a(512) must match the size of tensor b(500) at non-singleton dimension...

Hello, I want to test your code using the pretrained model, but I got this error: FileNotFoundError: [Errno 2] No such file or directory: './data/trainset_coco.csv' Could you please help me...

Hello! I have a few questions. 1. how to set the corresponding bpp。 2. is it possible to raise bpp above 1? 3. how should I set it in my...

I notice that the training time is 2-3 week in the readme. why so long and where is the traing time consumed? Can it reduce the training time to few...

It's amazing to see this work,I'd like to ask some questions. What do the dashed lines and implementations in Figure 6 (b) mean? thank's very much!

I downloaded the code to the local on the Windows computer, learned it on Pycharm, and after the Python environment was configured, I saw from compressai._CXX import pmf_to_quantized_cdf as _pmf_to_quantized_cdf...

Hi, I am getting nan values throughout when I use the pretrained model. Is there anything that needs to be changed? ![Screenshot from 2024-10-27 20-41-34](https://github.com/user-attachments/assets/a26a5d82-f32b-4248-b920-c8caaba3ca9d)