Skip to content

Commit

Permalink
update readme and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mike9251 committed Oct 29, 2022
1 parent 0cb491f commit 6e07726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ Download the archive with weights <a href="https://drive.google.com/file/d/1Lhh2
- weights/simswap_512/390000_net_G.pth - unofficial 512x512 model (I took it <a href="https://github.com/neuralchen/SimSwap/issues/255">here</a>).

## Inference
### Web App
```angular2html
streamlit run app_web.py
```

### Command line App
This repository supports inference in several modes, which can be easily configured with config files in the **configs** folder.
- **replace all faces on a target image / folder with images**
```angular2html
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ moviepy==1.0.3
onnx==1.12.0
onnxruntime==1.11.1
opencv-python==4.6.0.66
tqdm==4.64.0
tqdm==4.64.0
streamlit==1.14.0

0 comments on commit 6e07726

Please sign in to comment.