ckkelvinchan / BasicVSR_PlusPlus

Official repository of "BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment"
Apache License 2.0
589 stars 64 forks source link

hope the colab demo is in the works #3

Open GeorvityLabs opened 2 years ago

GeorvityLabs commented 2 years ago

hey @ckkelvinchan ,

really liked the realbasicvsr colab demo. I hope we can expect one for basicvsr++ soon.

ckkelvinchan commented 2 years ago

Sure it is in progress.

I will release the models for deblur and denoise today or tomorrow. After that I will work on the demo. Hopefully will release by this weekend. Stay tuned :)

GeorvityLabs commented 2 years ago

@ckkelvinchan awesome. Looking forward to it.

ckkelvinchan commented 2 years ago

Hi @GeorvityLabs, the Colab demo is here. Please feel free to give me some comments if there is anything to improve :)

GeorvityLabs commented 2 years ago

hey @ckkelvinchan ,

thanks for the update. I checked the colab , I noticed some improvements that could be made for better user experience.

1) An upload button to upload user images would be great. Currently , user has to manually create folders etc , which can be confusing for new users.

2) Could you also add feature to download deblur , denoise models , so that everything is available in colab in different cells and user can experiment.

Also is it mandatory that size is 360*180? Is it possible to let the user upload image of any resolution?

Hope you can kindly look into adding these features to the colab.

ckkelvinchan commented 2 years ago

@GeorvityLabs Thanks for your comment! I will implement that later.

BasicVSR++ accepts images with various sizes. But high-resolution inputs consume more memory.

GeorvityLabs commented 2 years ago

@ckkelvinchan got it! Would be great to have a colab notebook , where user can Denoise , then Deblur then Super Resolution.