neko
neko
Same
We also conducted a work on VFI for anime based on gmflow ([GMFSS](https://github.com/98mxr/GMFSS_Fortuna)). Much appreciation for your anime-based finetuned gmflow, which helps us improve our model's performance. Looking forward to...
@lisiyao21 I really appreciate the AnimeRun project. It is undeniable that gmflow has achieved better results after fine-tuning on AnimeRun dataset. I would like to know will the enhanced version...
可以除去一拍三么
这个除重算法大概是一个什么思路呢(能简单描述下么
If you disable metricnet in the model, you can use [forward_warp2](https://github.com/lisiyao21/AnimeInterp/blob/main/models/forward_warp2.py) instead of softsplat, the effect may be slightly reduced , but can avoid Cupy dependency
commit: [e0ce5be](https://github.com/hyw-dev/AFI-ForwardDeduplicate/commit/e0ce5be93dbcff58bc48c0453aa4227b31e6ffef) updated support for no_cupy version The effect should not have much impact, but the speed will be much slower, about 1/3 of the original There is also a...
Sorry, I'm not familiar with MPS
If vs-mlrt integrates this method, supporting Mac should be much simpler
I have already implemented the replacement of cupy by referencing [this pull request](https://github.com/98mxr/GMFSS_Fortuna/pull/11).