Compressing images using Autoencoders and transferring them over the network. Currently supports colour image transfer at 256x256 image resolution. The encoder and decoder have been separated after training to deploy on different systems.
- Compression ratio of 12:1
- Image transfer times 10 times faster
Contains 2 sub directories
With_AE
which houses the python scripts containing the model along image transfer across network. Also contains directoryWithout_AE
housing python scripts without containing the model but only image transfer across network.
- Working : Contains the most stable and usable autoencoder weights (Currently for the 1M architecture).
- Experimental : Contains unstable autoencoder weights (Currently for the 9M architecture). At the moment has highly variable results.
- Legacy : Contains older versions of the autoencoder weights (Unsupported versions, 1M with less training cycles).
Results notebook for different batch sizes :
Batch_Tests.ipynb
The rest are training notebooks