movehand / raisr

A Python implementation of RAISR
MIT License
553 stars 160 forks source link

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? #38

Open CauchyHu opened 4 years ago

Dwedit commented 4 years ago

The algorithm has not yet been rewritten as a fragment/pixel shader yet.

rushi-the-neural-arch commented 3 years ago

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

CauchyHu commented 3 years ago

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~