raisr
raisr copied to clipboard
It seems that the speed of image processing is not as fast as described. What algorithm can achieve the speed of processing an image in 20ms?
The algorithm has not yet been rewritten as a fragment/pixel shader yet.
For an Input image of size 250 x 250, it took me 4-5 seconds on my RTX 3080 GPU!!! I think this python implementation though very much accurate is slow. The original paper authors might be claiming real-time inference using some shaders only
For an Input image of size 250 x 250, it took me 4-5 seconds on my RTX 3080 GPU!!! I think this python implementation though very much accurate is slow. The original paper authors might be claiming real-time inference using some shaders only
thank you for your answer~