xinntao / Real-ESRGAN-ncnn-vulkan

NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.
https://github.com/xinntao/Real-ESRGAN
Other
1.49k stars 184 forks source link

High CPU usage and Low GPU #44

Closed DenisKen closed 1 year ago

DenisKen commented 1 year ago

cpu

I'm running this code python inference_realesrgan.py -n RealESRGAN_x4plus_anime_6B -i inputs --output "results/output_test" --fp32 --outscale 2

My input images is 576x1024

And my Graphic Card is RTX 3060 12GB

Is that normal?