赞
踩
原代码
- hub_handle = 'https://tfhub.dev/google/tweening_conv3d_bair/1'
- module = hub.load(hub_handle).signatures['default']
回显
手动下载,并解压(必须)修改代码后为
- #hub_handle = 'https://tfhub.dev/google/tweening_conv3d_bair/1'
- #module = hub.load(hub_handle).signatures['default']
-
- module = hub.load("C:\\Users\\Administrator\\AppData\\Local\\Temp\\tfhub_modules").signatures['default']
上面地址换为你的解压后的文件地址。
论文:From Here to There: Video Inbetweening Using Direct 3D Convolutions
全部代码和权重,以及论文在评论区
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。