sniklaus / softmax-splatting

an implementation of softmax splatting for differentiable forward warping using PyTorch
468 stars 58 forks source link

Google Colab demo? #21

Closed noobtoob4lyfe closed 4 years ago

noobtoob4lyfe commented 4 years ago

Hello.
This work looks very impressive! Would you consider sharing a Google Colab notebook of your example code so that folks like myself with limited coding experience can try it out more easily. Thank you!

sniklaus commented 4 years ago

A quick question before I start looking into this: what would you like the notebook to show/do?

noobtoob4lyfe commented 4 years ago

Thanks so much for the quick reply. I'd like to be able to input a video or image sequence and get a 2x or 4x slow motion video as an output to compare the results to other frame interpolation methods. I'd like to use whatever pre-trained model you find to be the most versatile

sniklaus commented 4 years ago

My apologies, but we only provide the softmax splatting operator and not our video frame interpolation pipeline that utilizes softmax splatting. I am afraid that I am not allowed to release the implementation that you requested, sorry.

noobtoob4lyfe commented 4 years ago

Understood. Thanks for looking into it.