From 5dda2974bcb01d69d3ea5ba8a3986d8f319be177 Mon Sep 17 00:00:00 2001 From: Liu Ziang <39642528+AceSix@users.noreply.github.com> Date: Sun, 4 Jul 2021 11:36:54 +0800 Subject: [PATCH] Update SimSwap colab.ipynb --- SimSwap colab.ipynb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/SimSwap colab.ipynb b/SimSwap colab.ipynb index e6d5fd7..850989b 100644 --- a/SimSwap colab.ipynb +++ b/SimSwap colab.ipynb @@ -227,10 +227,13 @@ "from google_drive_downloader import GoogleDriveDownloader\n", "\n", "### it seems that google drive link may not be permenant, you can find this ID from our open url.\n", - "GoogleDriveDownloader.download_file_from_google_drive(file_id='1TLNdIufzwesDbyr_nVTR7Zrx9oRHLM_N',\n", - " dest_path='./arcface_model/arcface_checkpoint.tar')\n", - "GoogleDriveDownloader.download_file_from_google_drive(file_id='1PXkRiBUYbu1xWpQyDEJvGKeqqUFthJcI',\n", - " dest_path='./checkpoints.zip')\n", + "# GoogleDriveDownloader.download_file_from_google_drive(file_id='1TLNdIufzwesDbyr_nVTR7Zrx9oRHLM_N',\n", + "# dest_path='./arcface_model/arcface_checkpoint.tar')\n", + "# GoogleDriveDownloader.download_file_from_google_drive(file_id='1PXkRiBUYbu1xWpQyDEJvGKeqqUFthJcI',\n", + "# dest_path='./checkpoints.zip')\n", + "\n", + "!wget -P ./arcface_model https://github.com/neuralchen/SimSwap/releases/download/1.0/arcface_checkpoint.tar\n", + "!wget https://github.com/neuralchen/SimSwap/releases/download/1.0/checkpoints.zip\n", "!unzip ./checkpoints.zip -d ./checkpoints" ], "execution_count": 5,