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

## Bug Dear author, I installed the compressai on the Windows system. But I always meets error about Module Not Found Error: 'compressai'. But the compressai folder is still in...

error as below: python train.py Traceback (most recent call last): File "C:\Users\sohtak\Ph.D-Sweden-France\Sweden\Phase2\Python-Codes\The_Final_versions\VAE_05062024_Bestversion\train.py", line 165, in main() File "C:\Users\sohtak\Ph.D-Sweden-France\Sweden\Phase2\Python-Codes\The_Final_versions\VAE_05062024_Bestversion\train.py", line 41, in main model = CombinedVAE(latent_channels=latent_channels, pre_trained_spatial_path='./Spatial_checkpoints/vae_model_FT_epoch_200.pth') File "C:\Users\sohtak\Ph.D-Sweden-France\Sweden\Phase2\Python-Codes\The_Final_versions\VAE_05062024_Bestversion\model.py", line 13,...

When I wanted to migrate that program to sequence signal data, I found that The compress and decompress methods of class ``` @register_model("mbt2018") JointAutoregressiveHierarchicalPriors ``` are very complex. Why is...

## Feature Support exporting Cheng2020 model to onnx format. ## Motivation To deploy the model on various hardwares. ## Additional context This is my convertion code: ```python import torch from...