How to install the new 512 resolution version? #163

Open
opened 2021-11-24 17:31:24 +01:00 by AlonDan · 5 comments
AlonDan commented 2021-11-24 17:31:24 +01:00 (Migrated from github.com)

For people who use Windows and Anaconda:

  1. Should we overwrite the old SimSwap checkpoints?
  2. Rename the checkpoint in our python command?

I'm not sure, if we need to make a new environment and there are also other installation steps?

Please explain or add a step-by-step guide to help others, thanks ahead!


I've tried to follow the 512 preparation, fresh environment and downloaded the latest .ZIP of SimSwap
When I run the example of the multi using the new "--crop_size 512" I get this error:
cmd_2021-11-24_19-57-35

I've tried: pip install model_zoo
I get this:
"Requirement already satisfied"

I also tried: conda install model_zoo
and I get this:
cmd_2021-11-24_20-02-41

Anyone can please explain how to successfully make the new SimSwap with 512 resolution support on Windows 10 + Anaconda ?

Thanks ahead!

For people who use Windows and Anaconda: 1. Should we overwrite the old SimSwap checkpoints? 2. Rename the checkpoint in our python command? I'm not sure, if we need to make a new environment and there are also other installation steps? Please explain or add a step-by-step guide to help others, thanks ahead! --- I've tried to follow the 512 preparation, fresh environment and downloaded the latest .ZIP of SimSwap When I run the example of the multi using the new "--crop_size 512" I get this error: ![cmd_2021-11-24_19-57-35](https://user-images.githubusercontent.com/21152334/143291149-08a9c37b-4e70-4f91-84b1-3a4675b6b1cc.png) I've tried: `pip install model_zoo ` I get this: `"Requirement already satisfied"` I also tried:` conda install model_zoo` and I get this: ![cmd_2021-11-24_20-02-41](https://user-images.githubusercontent.com/21152334/143291500-c13754eb-7407-42f7-899b-a06f6cba84a8.png) Anyone can please explain how to successfully make the new SimSwap with **512** resolution support on Windows 10 + Anaconda ? Thanks ahead!
lhucklen commented 2021-11-24 19:36:59 +01:00 (Migrated from github.com)

Bump this

Bump this
DvST8x commented 2021-11-24 21:57:37 +01:00 (Migrated from github.com)

Follow the directions they posted, it took under a minute to update mine to get it working.

  1. Download the latest version of SimSwap, copy it over your current install. (Create a backup before copy if you are worried).
  2. From the Preparation directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md
    Download the 512.zip and unzip to the checkpoints folder.
  3. From the Usage directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md
    Add --crop_size 512 to your command line.

Done, if you like the old way better change --crop_size 512 back to --crop_size 224

Follow the directions they posted, it took under a minute to update mine to get it working. 1) Download the latest version of SimSwap, copy it over your current install. (Create a backup before copy if you are worried). 2) From the **Preparation** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md Download the 512.zip and unzip to the checkpoints folder. 3) From the **Usage** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md Add `--crop_size 512` to your command line. Done, if you like the old way better change `--crop_size 512` back to `--crop_size 224`
bmc84 commented 2021-11-25 00:12:48 +01:00 (Migrated from github.com)

Follow the directions they posted, it took under a minute to update mine to get it working.

1. Download the latest version of SimSwap, copy it over your current install. (Create a backup before copy if you are worried).

2. From the **Preparation** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md
   Download the 512.zip and unzip to the checkpoints folder.

3. From the **Usage** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md
   Add `--crop_size 512` to your command line.

Done, if you like the old way better change --crop_size 512 back to --crop_size 224

Agreed. Couldn't have been easier. Not sure why people are creating new environments when they have a working version..

> Follow the directions they posted, it took under a minute to update mine to get it working. > > 1. Download the latest version of SimSwap, copy it over your current install. (Create a backup before copy if you are worried). > > 2. From the **Preparation** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md > Download the 512.zip and unzip to the checkpoints folder. > > 3. From the **Usage** directions https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md > Add `--crop_size 512` to your command line. > > > Done, if you like the old way better change `--crop_size 512` back to `--crop_size 224` Agreed. Couldn't have been easier. Not sure why people are creating new environments when they have a working version..
NNNNAI commented 2021-11-25 04:08:50 +01:00 (Migrated from github.com)

Hi, you dont need to create a new environment, the old one should be fine. And you dont need to overwrite the old SimSwap checkpoints, just download the 512.zip and unzip it in ./checkpoints. And follow the instruction in section "About using Simswap 512 (beta version)" in https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md can do the magic with Simswap 512.

Hi, you dont need to create a new environment, the old one should be fine. And you dont need to overwrite the old SimSwap checkpoints, just download the [512.zip](https://github.com/neuralchen/SimSwap/releases/download/512_beta/512.zip) and unzip it in ./checkpoints. And follow the instruction in section "About using Simswap 512 (beta version)" in https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/usage.md can do the magic with Simswap 512.
instant-high commented 2021-11-28 13:02:43 +01:00 (Migrated from github.com)

You can use the exsisting environment.
I've just downloaded the new version to another directory.

Environment path is for example c:\user\anaconda\simswap

e.g
old version : conda activate simswap -> cd c:\simswap -> then run the commandline (old repo)
new version: conda activate simswap -> cd c:\simswap512 -> then run the commandline (new repo)

You can use the exsisting environment. I've just downloaded the new version to another directory. Environment path is for example c:\user\anaconda\simswap e.g old version : conda activate simswap -> cd c:\simswap -> then run the commandline (old repo) new version: conda activate simswap -> cd c:\simswap512 -> then run the commandline (new repo)
Sign in to join this conversation.