CompressAI
CompressAI copied to clipboard
A PyTorch library and evaluation platform for end-to-end compression research
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: 
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...