preprocess and postprocess #146
-
Let's say we have an arbitrary size image, it should be preprocessed before feeding into the compression model. When decompression, we retrieve the bitstream and reconstruct the image, then we do postprocess to retrieve the image with its original size. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
All the pre-trained models accessible with |
Beta Was this translation helpful? Give feedback.
All the pre-trained models accessible with
tfci.py
and the model code undermodels/
are fully convolutional. So the decoder will always output an image of the original size.