From 0af40fe76e38b8ffc582feb17de6aa9b1dc8c125 Mon Sep 17 00:00:00 2001 From: hzwer <598460606@163.com> Date: Fri, 27 Nov 2020 12:31:04 +0800 Subject: [PATCH] Fix requirements --- Colab_demo.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Colab_demo.ipynb b/Colab_demo.ipynb index d643366..e3c2c42 100644 --- a/Colab_demo.ipynb +++ b/Colab_demo.ipynb @@ -57,7 +57,7 @@ "!mv *.pkl /content/arXiv2020-RIFE/train_log/\n", "%cd /content/arXiv2020-RIFE/\n", "!gdown --id 1i3xlKb7ax7Y70khcTcuePi6E7crO_dFc\n", - "!pip3 install sk-video" + "!pip3 install -r requirements.txt" ], "execution_count": null, "outputs": [] @@ -80,7 +80,7 @@ "!nvidia-smi\n", "!python3 inference_video.py --exp=2 --video=demo.mp4 --montage --skip" ], - "execution_count": null, + "execution_count": 4, "outputs": [] }, { @@ -104,7 +104,7 @@ "!nvidia-smi\n", "!python3 inference_video_parallel.py --exp=1 --video=demo.mp4 --skip" ], - "execution_count": null, + "execution_count": 5, "outputs": [] }, {