CompressAI icon indicating copy to clipboard operation
CompressAI copied to clipboard

A PyTorch library and evaluation platform for end-to-end compression research

Results 65 CompressAI issues
Sort by recently updated
recently updated
newest added

Hi, I think there is an issue on the SSF model implementation which prevents model to get appropriate R-D result. In the code, https://github.com/InterDigitalInc/CompressAI/blob/743680befc146a6d8ee7840285584f2ce00c3732/compressai/models/video/google.py#L354-L371 estimated flow is directly used to...

## Bug I have followed the procedure to install compressai, updated the CXX toolchain, and reinstalled compressai, but the issue with importing compressai.CXX still persists. like this: ![DE@`3N(9ZN35AI3G(` A)L4](https://github.com/user-attachments/assets/527e9c06-9735-4cb0-9251-b4f4fcc631b0)

I notice that you have implemented the variable rate model. It's awesome. While I have some questions about the Gain. I know that the lambda is used to control the...

## Bug Using the CheckerboardLatentCodec with a non-identity context_prediction module results in a runtime error during the forward pass. I believe this should only occur when using a torch version...

## Bug ### Description When testing the model with bit loss using the compressai library, the decoder occasionally crashes and returns error code `-1073741819 (0xC0000005)`. This error does not occur...