lisiyao21 / AnimeInterp

The code for CVPR21 paper "Deep Animation Video Interpolation in the Wild"
396 stars 38 forks source link

Excellent work! What about the model efficiency and video card memory requirement? #2

Closed splinter21 closed 3 years ago

lisiyao21 commented 3 years ago

Thanks!

We trained the model with 8 GTX-1080Ti and test with one. The segment matching part contains CPU-based for-loop implementation thus it will be slow if input anime frames contain many color pieces.