소스 검색

Adding download of watermark for Colabs

Jason Antic 5 년 전
부모
커밋
a9d95270a0
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  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,