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

/model/metadata returns unexpected results #3

Closed ptitzler closed 5 years ago

ptitzler commented 5 years ago
{
  "id": "srgan_tensorflow",
  "name": "Super-Resolution Generative Adversarial Network (SRGAN)",
  "description": "SRGAN trained on the OpenImagesV4 dataset.",
  "type": "Image-To-Image Translation Or Transformation",
  "source": "https://developer.ibm.com/exchanges/models",
  "license": "ApacheV2"
}

Issues:

splovyt commented 5 years ago

Fixed in https://github.com/IBM/MAX-Image-Resolution-Enhancer/commit/fc0fad3fe0d5666b6def551d3e4f680449d87a93

Thanks @ptitzler