IBM / MAX-Image-Resolution-Enhancer

Upscale an image by a factor of 4, while generating photo-realistic details.
https://developer.ibm.com/exchanges/models/all/max-image-resolution-enhancer/
Apache License 2.0
985 stars 155 forks source link

Separate the samples and assets and update the README #10

Closed splovyt closed 5 years ago

splovyt commented 5 years ago

I have updated the README with the VCPI urls and the tutorial button. In addition, I have separated the samples and assets.

MLnick commented 5 years ago

A general question: For testing purpose, is it also useful to have some image in other formats, such as jpeg, tiff, along the side?

Good point - we have done this for models where we do support various input formats (see e.g. https://github.com/IBM/MAX-ResNet-50/blob/master/tests/test.py#L45)

splovyt commented 5 years ago

I have added a test case for TIFF and JPEG encoded images.