Skip to content

Commit

Permalink
Feat : modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taeyang916 authored Mar 27, 2024
1 parent ada7a14 commit 85dcd5b
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion modeling/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# voice2face-modeling-
# Voice2Face-Modeling
<img src="https://img.shields.io/badge/PyTorch-EE4C2C?style=for-the-badge&logo=PyTorch&logoColor=white"> <img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=Python&logoColor=white"> <img src="https://img.shields.io/badge/opencv-5C3EE8?style=for-the-badge&logo=opencv&logoColor=white"> <img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white"> <img src="https://img.shields.io/badge/git-F05032?style=for-the-badge&logo=git&logoColor=white"> <img src="https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=Docker&logoColor=white"> <img src="https://img.shields.io/badge/NCP-03C75A?style=for-the-badge&logo=Naver&logoColor=white"> <img src="https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=Linux&logoColor=white">
# File Tree

modeling
├─ pytorch_template
│ ├─ config
│ ├─ models
│ ├─ modules
│ ├─ predict.py
│ └─ train.py
├─ sf2f
│ ├─ infer.py
│ ├─ inference_fuser.py
│ ├─ test.py
│ ├─ train.py
├─ SimSwap
│ └─ inference_swap.py
└─ wcgan-gp
├─ inference.py
└─ train.py

# Getting Started



## References
[Speech Fusion to Face](https://arxiv.org/pdf/2006.05888.pdf)
[Conditional GAN](https://arxiv.org/pdf/1411.1784.pdf)
[Sim Swap](https://github.com/neuralchen/SimSwap)
[Pytorch Template](https://github.com/victoresque/pytorch-template)

0 comments on commit 85dcd5b

Please sign in to comment.