Updated new v1.1 model!

This commit is contained in:
hzwer
2020-11-16 16:21:01 +08:00
parent 8a7b9552f3
commit aea1162935

View File

@@ -5,7 +5,7 @@
"colab": {
"name": "Untitled0.ipynb",
"provenance": [],
"authorship_tag": "ABX9TyPY2zVgKwkQq2vLt4EVYmiC",
"authorship_tag": "ABX9TyPG71aIuYa9eAOjSiylJvyG",
"include_colab_link": true
},
"kernelspec": {
@@ -22,7 +22,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Video_2x.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/hzwer/arXiv2020-RIFE/blob/main/Colab_demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
@@ -42,7 +42,7 @@
"id": "1wysVHxoN54f"
},
"source": [
"!gdown --id 1c1R7iF-ypN6USo-D2YH_ORtaH3tukSlo\n",
"!gdown --id 1zYc3PEN4t6GOUoVYJjvcXoMmM3kFDNGS\n",
"!7z e RIFE_trained_model.zip"
],
"execution_count": null,
@@ -78,7 +78,7 @@
},
"source": [
"!nvidia-smi\n",
"!python3 inference_mp4_4x.py --video demo.mp4 --montage --fps=60"
"!python3 inference_mp4_4x.py --video demo.mp4 --montage --fps=60 --skip"
],
"execution_count": null,
"outputs": []
@@ -100,7 +100,7 @@
"source": [
"from IPython.display import display, Image\n",
"import moviepy.editor as mpy\n",
"display(mpy.ipython_display('demo_2x.mp4', height=256, max_duration=100.))"
"display(mpy.ipython_display('demo_4x.mp4', height=256, max_duration=100.))"
],
"execution_count": null,
"outputs": []