Skip to content

Commit

Permalink
fixed spelling and formatting in colab notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrosberg committed Dec 23, 2022
1 parent 7cececb commit ca07df7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions FaceDancer_colab_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"id": "uIPpAk3GTLn-"
},
"source": [
"For further work of FaceDancer, you need to upload the downloaded from Hugginface pretrained models (`FaceDancer_config_c_HQ.h5` or others) to your Google Drive. \n",
"You need to upload the downloaded pretrained FaceDancer model from HugginFace (`FaceDancer_config_c_HQ.h5` or others) to your Google Drive. \n",
" - Download a pretrained model weights from [here](https://huggingface.co/felixrosberg/FaceDancer).\n",
" - Create **model_zoo** folder in the root of Gdrive and upload the models into it. it should look something like this:\n",
"\n",
Expand Down Expand Up @@ -165,9 +165,9 @@
"%cd /content/FaceDancer\n",
"# Video processing\n",
"\n",
"# facedancer_path - path to pretrained model\n",
"# vid_path - path to target video. Change it to your path to target video\n",
"# swap_source - path to source face. Change it to your path to source face\n",
"# facedancer_path - path to pretrained model on your Google drive\n",
"# vid_path - path to target video. Change it to your path of the target video\n",
"# swap_source - path to source face. Change it to your path of the source face\n",
"\n",
"facedancer_path = '/content/drive/MyDrive/model_zoo/FaceDancer_config_c_HQ.h5'\n",
"\n",
Expand All @@ -189,9 +189,9 @@
"%cd /content/FaceDancer\n",
"# Image processing\n",
"\n",
"# facedancer_path - path to pretrained model\n",
"# img_path - path to target image. Change it to your path to downloaded files\n",
"# swap_source - path to source face. Change it to your path to downloaded files\n",
"# facedancer_path - path to pretrained model on your Google drive\n",
"# img_path - path to target image. Change it to your path of uploaded files\n",
"# swap_source - path to source face. Change it to your path of uploaded files\n",
"\n",
"facedancer_path = '/content/drive/MyDrive/model_zoo/FaceDancer_config_c_HQ.h5'\n",
"\n",
Expand Down

0 comments on commit ca07df7

Please sign in to comment.