Browse Source

Adding download of watermark for Colabs

Jason Antic 5 years ago
parent
commit
a9d95270a0
2 changed files with 18 additions and 0 deletions
  1. 9 0
      ImageColorizerColab.ipynb
  2. 9 0
      VideoColorizerColab.ipynb

+ 9 - 0
ImageColorizerColab.ipynb

@@ -146,6 +146,15 @@
     "!wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pth"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!wget https://media.githubusercontent.com/media/jantic/DeOldify/master/resource_images/watermark.png -O ./resource_images/watermark.png"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,

+ 9 - 0
VideoColorizerColab.ipynb

@@ -147,6 +147,15 @@
     "!wget https://www.dropbox.com/s/336vn9y4qwyg9yz/ColorizeVideo_gen.pth?dl=0 -O ./models/ColorizeVideo_gen.pth"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!wget https://media.githubusercontent.com/media/jantic/DeOldify/master/resource_images/watermark.png -O ./resource_images/watermark.png"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": null,