Skip to content

Commit 1db98fc

Browse files
authored
Update README.md
1 parent de0fbe0 commit 1db98fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Autoencoder-Image-Compression
22
Pytorch implementation for image compression and reconstruction via autoencoder
33

4-
This is an autoencoder with cylic loss and coding parsing loss for image compression and reconstruction. Network backbone is simple 3-layer
5-
fully conv (encoder) and symmetrical for decoder. Finally it can achieve 21 mean PSNR on CLIC dataset (CVPR 2019 workshop).
4+
This is an autoencoder with cylic loss and coding parsing loss for image compression and reconstruction. Network backbone is simple 3-layer fully conv (encoder) and symmetrical for decoder. Finally it can achieve 21 mean PSNR on CLIC dataset (CVPR 2019 workshop).
5+
6+
![image](http://github.com/RobinWenqian/Autoencoder-Image-Compression/raw/master/Methodology.pdf)
67

78
You can download
89
training data from this url: https://drive.google.com/drive/folders/1wU1CO6WcQOraIaY2KSk7cRVaAXcm_A2R?usp=sharing

0 commit comments

Comments
 (0)