ckkelvinchan / RealBasicVSR

Official repository of "Investigating Tradeoffs in Real-World Video Super-Resolution"
Apache License 2.0
906 stars 136 forks source link

Running the model on mobile #33

Closed roimulia2 closed 2 years ago

roimulia2 commented 2 years ago

Hey there!

Does the pre-trained model is suitable for mobile from a memory/CPU perspective? Or it's meant to be run on heavier machines. Thanks!

ckkelvinchan commented 2 years ago

I am afraid not. The current architecture of RealBasicVSR is not that lightweight (although it is more efficient than those larger ones.)

hyygostudy commented 2 years ago

Why I run with the 3090 still has the problem of CUDA out of memory

ckkelvinchan commented 2 years ago

Why I run with the 3090 still has the problem of CUDA out of memory

It depends on the spatial resolution and the number of frames of your video. Could you provide me with more details?