Update colab

This commit is contained in:
hzwer
2020-11-18 11:44:18 +08:00
parent 422d2a908c
commit d76b125c9b

View File

@@ -77,7 +77,7 @@
},
"source": [
"!nvidia-smi\n",
"!python3 inference_mp4_4x.py --video demo.mp4 --montage --fps=60 --skip"
"!python3 inference_video.py --times=2 --video demo.mp4 --montage --skip"
],
"execution_count": null,
"outputs": []
@@ -88,7 +88,7 @@
"id": "77KK6lxHgJhf"
},
"source": [
"Our demo.mp4 is 24FPS. So 4X and run it under 60FPS will provide a slomo effect. You can adjust the parameters for your own perference."
"Our demo.mp4 is 24FPS. You can adjust the parameters for your own perference."
]
},
{
@@ -98,7 +98,7 @@
},
"source": [
"!nvidia-smi\n",
"!python3 inference_mp4_4x_parallel.py --video demo.mp4 --fps=60 --skip"
"!python3 inference_video_parallel.py --times=1 --video demo.mp4 --skip"
],
"execution_count": null,
"outputs": []
@@ -120,7 +120,7 @@
"source": [
"from IPython.display import display, Image\n",
"import moviepy.editor as mpy\n",
"display(mpy.ipython_display('demo_4x.mp4', height=256, max_duration=100.))"
"display(mpy.ipython_display('demo_4X_100fps.mp4', height=256, max_duration=100.))"
],
"execution_count": null,
"outputs": []