|
@@ -76,7 +76,7 @@
|
|
|
"id": "gaEJBGDlptEo"
|
|
|
},
|
|
|
"source": [
|
|
|
- "#◢ <font color='#FF000'>[ </font> Git clone and install DeOldify"
|
|
|
+ "#◢ Git clone and install DeOldify"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -109,7 +109,7 @@
|
|
|
"id": "BDFjbNxaadNJ"
|
|
|
},
|
|
|
"source": [
|
|
|
- "#◢ <font color='#FF000'>[ </font> Setup"
|
|
|
+ "#◢ Setup"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -124,7 +124,8 @@
|
|
|
"source": [
|
|
|
"!pip install PyDrive\n",
|
|
|
"!pip install ffmpeg-python\n",
|
|
|
- "!pip install youtube-dl"
|
|
|
+ "!pip install youtube-dl\n",
|
|
|
+ "!pip install tensorboardX"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -158,20 +159,8 @@
|
|
|
"metadata": {},
|
|
|
"outputs": [],
|
|
|
"source": [
|
|
|
- "!mkdir 'models'"
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "cell_type": "code",
|
|
|
- "execution_count": null,
|
|
|
- "metadata": {
|
|
|
- "colab": {},
|
|
|
- "colab_type": "code",
|
|
|
- "id": "uqJcwLG80fVe"
|
|
|
- },
|
|
|
- "outputs": [],
|
|
|
- "source": [
|
|
|
- "!wget https://www.dropbox.com/s/zqt6pzcmoztda0l/ColorizeVideos_gen2.pth?dl=0 -O ./models/colorize_gen2.pth"
|
|
|
+ "!mkdir 'models'\n",
|
|
|
+ "!wget https://www.dropbox.com/s/zqt6pzcmoztda0l/ColorizeVideos_gen2.pth?dl=0 -O ./models/ColorizeVideos_gen2.pth"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -315,7 +304,8 @@
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
"* In the Menu on the left, click **Files**\n",
|
|
|
- "* Rendered video should be in /content/DeOldify/video/result/"
|
|
|
+ "* Click refresh button if you don't see the 'DeOldify' folder.\n",
|
|
|
+ "* Rendered video should be in /DeOldify/video/result/"
|
|
|
]
|
|
|
},
|
|
|
{
|