Parcourir la source

And a few more fixes

Jason Antic il y a 6 ans
Parent
commit
517de30a72
1 fichiers modifiés avec 8 ajouts et 18 suppressions
  1. 8 18
      VideoColorizerColab.ipynb

+ 8 - 18
VideoColorizerColab.ipynb

@@ -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/"
    ]
   },
   {