z3lx / waifu2x-tensorrt

TensorRT implementation of the waifu2x super-resolution model for faster image and video upscaling.
MIT License
8 stars 2 forks source link

Support Model upconv_7/photo #2

Closed vongocminh778 closed 2 weeks ago

vongocminh778 commented 3 weeks ago

Your program runs quite well on windows. Thank you! I wonder if you support running model upconv_7/photo?

z3lx commented 3 weeks ago

I believe the inputs and output of that model is the same as the others supported in the project. You just have to modify main.cpp file at line 26 to add that model name, and it should work.

vongocminh778 commented 2 weeks ago

Thanks. I have solved the problem!