Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yubin1219 committed Oct 29, 2021
1 parent 2cde8af commit 8299cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ python train.py --data_mode "multi" --train_dataset_size 78000 --mapper_mode "Ma
- ```--num``` means which late vector to use. ```default = 60 ```
- ```--modules```and ```--texts``` must be paired.
- Images generated during inference are stored in the form of ```result_[input texts].png```
- ```--new_latent```means whether to use the image you have. ```default = False```
- ```--new_latent``` means whether to use the image you have. ```default = False```
* Enter image file path in ```--new_image_path```. ex) "ubin.jpg"
* ```"e4e_ffhq_encode.pt"``` and ```"shape_predictor_68_face_landmarks.dat"``` files required during the encoder process can be automatically downloaded from the code. If it's impossible, you can download it in the Google drive folder [[styleclip](https://drive.google.com/drive/folders/1kWkwihhYAg6mLffcxHzFofucM1dkVKVs?usp=sharing)]

Expand Down

0 comments on commit 8299cce

Please sign in to comment.