Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/megvii-research/megactor in…
Browse files Browse the repository at this point in the history
…to HEAD
  • Loading branch information
MegActor-Sigma committed Jun 18, 2024
2 parents 80cc72d + 07f9b67 commit a33a195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ https://github.com/megvii-research/MegFaceAnimate/assets/29685592/c7d71435-c98a-
## Training
To be released.
## Inference
Currently only single-GPU inference is supported.
Currently only single-GPU inference is supported. We highly recommend that you use ```--contour-preserve``` arg the better preserve the shape of the source face.
CUDA_VISIBLE_DEVICES=0 python eval.py --config configs/infer12_catnoise_warp08_power_vasa.yaml --source {source image path} --driver {driving video path} --contour-preserve
CUDA_VISIBLE_DEVICES=0 python eval.py --config configs/infer12_catnoise_warp08_power_vasa.yaml --source {source image path} --driver {driving video path}
## Demo
For gradio interface, please run
Expand Down

0 comments on commit a33a195

Please sign in to comment.