Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MingtaoGuo authored Oct 12, 2022
1 parent 7d1e1c0 commit a7eacf0
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 @@ -29,7 +29,7 @@ All dependencies for defining the environment are provided in `environment.yaml`

- Generate face mask by faceparsing
```
python face_parsing/face_parsing.py --img_dir face_dataset --res_dir face_mask_dataset --resolution 256
python face_parsing/face_parsing.py --img_dir face_dataset --res_dir face_mask_dataset --resolution 256 --model_path saved_models/79999_iter.pth
```
- Train StyleSwap
```
Expand Down

0 comments on commit a7eacf0

Please sign in to comment.