-
Been getting the following error around epoch 70, 71. Just updated with the latest commit. Can anybody tell me what it means?
```
Traceback (most recent call last):
File "/home/videx/Desktop/vi…
-
After successfully using the provided images for training, I’d like to create my own larger dataset from the FaceForensics footage. So I generated image sequences with `ffmpeg` and keypoints with `dli…
-
Please help me, its urgent. My CUDA version is 10.1 , pytorch 1.3.1 , python 3.6.9 .Whenever I try to run the train script it returns the following error:
error in correlation_forward_cuda_kernel…
-
Using the training configuration below:
`--name face_no_warpref_64 --dataset_mode fewshot_face --adaptive_spade --gpu_ids 0,1,2,3,4,5 --batchSize 224 --nThreads 12 --tf_log --niter_single 3000 --lo…
-
Great work! The famous horse-to-zebra video displays an amazing result in stability and continuity between adjacent time frames. I am wondering is the network just simply trained with individual 2D im…
-
I run _bash ./scripts/pose/train_g1.sh_ and the **raw_image** (**fake_raw_image**) is None.
Is it normal ?
-
My network problem from you know why
But any other possible ways to share these files?
-
Traceback (most recent call last):
File "train.py", line 148, in
train()
File "train.py", line 28, in train
models = create_model(opt)
File "/home/zyx/vid2vid/models/models.py", li…
-
I was running the model using a sample image and sequence after training it.
I get the following error. Help!
```
python test.py --name face --dataset_mode fewshot_face --adaptive_spade --warp_r…
-
Hello! I am also trying to reproduce this paper. However, when using very similar network architecture, I can only achieve relatively low-resolution faces placed on fuzzy background. Your github code …