Qengineering / realsr-ncnn-Jetson-Nano

Award winning RealSR super resolution with ncnn on Jetson Nano
https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html
BSD 3-Clause "New" or "Revised" License
36 stars 11 forks source link

Almost perfect #6

Open smbunn opened 9 months ago

smbunn commented 9 months ago

Got it working thanks after your notes on g++ Only issue is the very last line

./realsr-ncnn-vulkan -i ../images/0.jpg -o ../images/out.png -s 4 -x -m ../models/models-DF2K

The file is actually ../images0.png and not ../images0.jpg

After changing that it all worked

Thanks!!!

Qengineering commented 9 months ago

Fixed.