LoSealL / VideoSuperResolution

A collection of state-of-the-art video or single-image super-resolution architectures, reimplemented in tensorflow.
MIT License
1.62k stars 296 forks source link

How to save image as .bmp or other format instead of .png in inferring stage? #57

Closed HymEric closed 5 years ago

HymEric commented 5 years ago

How to save image as .bmp or other format instead of .png in inferring stage?

LoSealL commented 5 years ago

Hmmm..., PNG is hardcoded for now, you can modify Callbacks.py: func _save_model_predicted_images

HymEric commented 5 years ago

Thank you.

LoSealL commented 5 years ago

While PNG is lossless compression, it saves disk usage (a little) than bitmap