neko

Results 54 comments of neko

这个我知道,我想问的是,会黑屏怎么解决

能让他溢出的时候只出英文提示,不黑屏么

了解下视频压制

你这X:50 Y:50视频都切成碎片了吧(*^_^*)

Thank you very much, I will have a try

__init__.py ``` from .AnimeInterp_no_cupy import AnimeInterpNoCupy __all__ = [ 'AnimeInterp' ] ```

> utils/correlation.py still calls cupy. utils.__init__.py ``` from utils import config __all__ = ['config', 'correlation', 'EMA'] ```

There is no obvious difference between using cupy and not using cupy ![cupy](https://user-images.githubusercontent.com/68835291/118864760-e1932980-b912-11eb-96ce-3ff0913f50b0.png) ![no_cupy](https://user-images.githubusercontent.com/68835291/118864762-e35ced00-b912-11eb-92b9-2f2d778e2693.png)

I run this code with Windows , maybe you can try to remove calculations like PSNR in test_anime_sequence_one_by_one.py and only get the visual effect in store_path ``` def save_flow_to_img(flow, des):...