tensorflow / hub

A library for transfer learning by reusing parts of TensorFlow models.
https://tensorflow.org/hub
Apache License 2.0
3.49k stars 1.67k forks source link

final resolution size #797

Closed nipwd closed 3 years ago

nipwd commented 3 years ago

how can i change the final size resolution to improve the quality? im getting a ‪349 x 512‬ picture from a ‪4.800 x 7.024‬ original

MorganR commented 3 years ago

Hello @nipwd, can you please provide more information about your situation? Is this a question about a particular model from https://tfhub.dev?

nipwd commented 3 years ago

Hello Morgan, thanks for the reply. i have a input picture of 4800x7204 of resolution, a good high resolution image. i have a output of 349x512 whit the quality is not good. i'm wondering if this can be tuned in some part of the code to improve the output quality.

MorganR commented 3 years ago

Where is the output coming from? Are you passing the input image through a TensorFlow function? Are you passing it through a model from TF Hub?

Note that this repository is specifically about the TensorFlow Hub library. If this is about a TensorFlow or Keras function, you will be better served by posting to their repos: TF, Keras

MorganR commented 3 years ago

Closing this as unrelated to Hub. Please reopen it if there was a misunderstanding.