CompressAI icon indicating copy to clipboard operation
CompressAI copied to clipboard

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

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

Thank you for publishing 128f003 results, but I'd like to know what av1 and vtm version you used for testing? Is it the latest VTM reference software https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM and AOM...

I am trying to use VTM codec to encode an JPEG image and decode it. I am not very sure about the "-b" and "-c" arguments so I got errors....

## Bug Hi, first of all thanks for your precious work, amazing. Recently I tried to download your repository via the command "pip install compressai", and it failed. It seemed...

Hi, I want to convert a compress_codec containing `g_a` `h_a` `h_s` `entropy_bottleneck.compress`, and `gaussian_conditional.compress` . However, the output of onnx is different from the pth. Is this suitable to convert...

![微信截图_20240326094925](https://github.com/InterDigitalInc/CompressAI/assets/39560063/1bf9dc98-8b73-492a-86e6-f14fd2f74903) ![微信截图_20240326094956](https://github.com/InterDigitalInc/CompressAI/assets/39560063/325baceb-a230-4560-8dbc-76f5a50443ac) Thank you for your contribution! I used one computer to compress the original image into a code stream, and then used another computer to decode it [the hardware...

Hi, First of all thanks for the great work, it really simplies the maintainence and development of codecs, which are otherwise very hard to do so. I am actually trying...

examplary -> exemplary

Added `mode="video"` parameter to `PreGeneratedMemmapDataset` and `Vimeo90kDataset`. To generate the pregenerated numpy datasets: ```bash cd /data/datasets mkdir -p vimeo90k cd vimeo90k wget http://data.csail.mit.edu/tofu/dataset/vimeo_triplet.zip unzip vimeo_triplet.zip wget http://data.csail.mit.edu/tofu/dataset/vimeo_septuplet.zip unzip vimeo_septuplet.zip cd...

Hi, I just tested the DDP support for CompressAI and here are my some initial thoughts/results [DDP Github Issue Discussion](https://github.com/InterDigitalInc/CompressAI/issues/104#issuecomment-1492896752). Please be aware that this is a very minimal working...

## Feature Does this repository currently support multi-GPU experiments ## Motivation ## Additional context