TerraTorch
Compression
Neutral Codecs
Earth Observation
blumenstiel commited on
Commit
3345c4b
·
verified ·
1 Parent(s): 3419e7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ Higher λ / quality → **higher reconstruction quality**
45
 
46
  This repository contains the **TEC-FP (Factorized Prior)** variants of TerraCodec.
47
 
48
- ![assets/TEC_image_architecture.png](https://raw.githubusercontent.com/IBM/TerraCodec/main/assets/TEC_image_architecture.png)
49
 
50
  TEC-FP is a convolutional encoder–decoder neural compression model with a fully factorized entropy model for the latent representation. Each quantized latent variable is modeled independently without spatial or channel context.
51
  This design enables efficient parallel entropy coding. TEC-FP is the smallest and fastest image codec in the TerraCodec family and is optimized for 12-band Sentinel-2 imagery.
 
45
 
46
  This repository contains the **TEC-FP (Factorized Prior)** variants of TerraCodec.
47
 
48
+ ![assets/TEC_FP_architecture.png](https://raw.githubusercontent.com/IBM/TerraCodec/main/assets/TEC_FP_architecture.png)
49
 
50
  TEC-FP is a convolutional encoder–decoder neural compression model with a fully factorized entropy model for the latent representation. Each quantized latent variable is modeled independently without spatial or channel context.
51
  This design enables efficient parallel entropy coding. TEC-FP is the smallest and fastest image codec in the TerraCodec family and is optimized for 12-band Sentinel-2 imagery.