neko
neko
这个我知道,我想问的是,会黑屏怎么解决
能让他溢出的时候只出英文提示,不黑屏么
May need to be an automated script
了解下视频压制
你这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  
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):...