-
sir, when I am running ```train.py``` from the following script:
```
# in this example, your images should be "$DATASET_ROOT/images-cropped/$IDENTITY_NAME/*.jpg"
DATASET_ROOT="DATASET_ROOT"
IDENTI…
-
-
First, thank you for your awesome work! It is very helpful to me.
I have two questions regarding the architectures.
1. What is the effect of moving the range as below in generator?
https://gith…
-
Thanks for sharing your research and code. When I run ./utils/preprocess_dataset .sh to get image segmentation, I meet with the problem that the checkpoint's key does not match the model, can you tell…
-
https://github.com/YuvalNirkin/fsgan/wiki/Paper-Models-Inference#video-to-video-reenactment-expression-only
-
Does produce_train_val.py generate train_list.txt and val_list.txt?
What is the right content of it?
And is it similar to video_train.txt and video_val.txt used in nkv_msrunet_reenactment_attr_no_se…
-
## 🐛 Bug
I'm running a Face Swapping program from [FSGAN](https://github.com/YuvalNirkin/fsgan) on RTX3090 (using multiple GPUs), but the error occurs when running it on multiple GPUs or only GPU[1…
-
In running the following code:
` python ~/data/projects/fsgan/inference/reenact.py ~/data/datasets/tom_noaudio.mp4 -t ~/data/datasets/ts_noaudio.mp4 -o ~/data/outputs/out1.mp4 --encoder_codec mp4v…
-
The error occurs when running it on RTX3090 multiple GPUs or only GPU[1].
## To Reproduce
Steps to reproduce the behavior:
1. Run bellow
`python swap.py ../docs/examples/shinzo_abe.mp4 -t ..…
-
The README mentions the argument `--config finetuning-base` in the fine-tuning step and a training configuration `configs/default.yaml` in the training step. I suppose the `config` directory was not c…