Colab notebook #3

Open
opened 2021-06-12 19:33:43 +02:00 by iamnoob1 · 7 comments
iamnoob1 commented 2021-06-12 19:33:43 +02:00 (Migrated from github.com)

Please Index a Colab notebook here

Please Index a Colab notebook here
tg-bomze commented 2021-06-14 10:03:58 +02:00 (Migrated from github.com)
https://colab.research.google.com/github/tg-bomze/collection-of-notebooks/blob/master/Simple_Face_Swapper.ipynb
kashyappiyush1998 commented 2021-06-15 19:19:32 +02:00 (Migrated from github.com)

Permission not provided for downloading weights.

Permission not provided for downloading weights.
woctezuma commented 2021-06-15 20:44:19 +02:00 (Migrated from github.com)

Permission not provided for downloading weights.

This happens when the Google Drive quota is exceeded.

What is weird is that I can manually download the files. 😕

/content/SimSwap/checkpoints
Permission denied: https://drive.google.com/uc?id=1PXkRiBUYbu1xWpQyDEJvGKeqqUFthJcI
Maybe you need to change permission over 'Anyone with the link'?

/content/SimSwap/arcface_model
Permission denied: https://drive.google.com/uc?id=1TLNdIufzwesDbyr_nVTR7Zrx9oRHLM_N
Maybe you need to change permission over 'Anyone with the link'?
> > > Permission not provided for downloading weights. This happens when the Google Drive quota is exceeded. What is weird is that I can manually download the files. 😕 ```bash /content/SimSwap/checkpoints Permission denied: https://drive.google.com/uc?id=1PXkRiBUYbu1xWpQyDEJvGKeqqUFthJcI Maybe you need to change permission over 'Anyone with the link'? /content/SimSwap/arcface_model Permission denied: https://drive.google.com/uc?id=1TLNdIufzwesDbyr_nVTR7Zrx9oRHLM_N Maybe you need to change permission over 'Anyone with the link'? ```
AK391 commented 2021-06-18 01:42:58 +02:00 (Migrated from github.com)

@woctezuma were you able to get it running on cpu in colab?

@woctezuma were you able to get it running on cpu in colab?
woctezuma commented 2021-06-18 09:16:21 +02:00 (Migrated from github.com)

When tg-bomze posted, I could run the notebook on the free GPU of Colab. I did not try with CPU only.

However, I did not get good results on my images, so I thought I would try again later when the code for pre-processing images and pasting back faces into the original images is available, and have not tried yet.

When `tg-bomze` posted, I could **run** the notebook on the free GPU of Colab. I did not try with CPU only. However, I did not get good results on my images, so I thought I would try again later when the code for pre-processing images and pasting back faces into the original images is available, and have not tried yet.
tg-bomze commented 2021-06-20 00:40:56 +02:00 (Migrated from github.com)
https://github.com/tg-bomze/collection-of-notebooks/blob/master/QuickFaceSwap.ipynb
woctezuma commented 2021-06-20 19:38:01 +02:00 (Migrated from github.com)

Here is my Colab notebook, based on the official one released for videos: SimSwap_images.ipynb to apply SimSwap to images. Open In Colab

One result is shown here: https://github.com/woctezuma/SimSwap-colab
Alan Wake x Tim SweeneyEGS meme x Tim Sweeney

Here is my Colab notebook, based on the official one released for videos: [`SimSwap_images.ipynb`][colab-notebook-simswap-images] to apply SimSwap to images. [![Open In Colab][colab-badge]][colab-notebook-simswap-images] One result is shown here: https://github.com/woctezuma/SimSwap-colab <img alt="Alan Wake x Tim Sweeney" src="https://i.imgur.com/92jK9sM.png" height="350"><img alt="EGS meme x Tim Sweeney" src="https://i.imgur.com/qrl5epv.png" height="350"> [colab-notebook-simswap-images]: <https://colab.research.google.com/github/woctezuma/SimSwap-colab/blob/main/SimSwap_images.ipynb> [colab-badge]: <https://colab.research.google.com/assets/colab-badge.svg>
Sign in to join this conversation.