Ai
1 Star 0 Fork 0

开源参考/TemporalKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.py 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
CiaraStrawberry 提交于 2023-04-25 21:50 +08:00 . install.py change
import launch
#todo: check if ffmpeg-python is used anywhere, could have sworn i removed it but not 100% enough to change now.
if not launch.is_installed("ffmpeg-python"):
launch.run_pip("install ffmpeg-python", "requirements for TemporalKit extension")
if not launch.is_installed("moviepy"):
launch.run_pip("install moviepy", "requirements for TemporalKit extension")
if not launch.is_installed("imageio_ffmpeg"):
launch.run_pip("install imageio_ffmpeg", "requirements for TemporalKit extension")
if not launch.is_installed("scenedetect"):
launch.run_pip("install scenedetect", "requirements for TemporalKit extension")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/open_source_reference/TemporalKit.git
git@gitee.com:open_source_reference/TemporalKit.git
open_source_reference
TemporalKit
TemporalKit
TemporalNet

搜索帮助