Saafke / EDSR_Tensorflow

TensorFlow implementation of 'Enhanced Deep Residual Networks for Single Image Super-Resolution'.
Apache License 2.0
233 stars 72 forks source link

prototxt file for the ".pb" file #11

Open Ali-Fayzi opened 2 years ago

Ali-Fayzi commented 2 years ago

Hi, I hope you're fine. We have tried to apply your Super-Resolution models on our own images; however, it seems we missed prototxt files. Could you please kindly let me know how I can find the prototxt file for the ".pb" files.

Saafke commented 2 years ago

Hi Ali,

To upscale the images, you only need the .pb files. So I am not sure why it's asking you for the prototxt file. Are you using the upscaleFromPb(path) in run.py?

Could you show me the error you are getting?