-
```shell
chen@omnisky:~/project/nyu_dv2$ ./run.sh
/home/chen/anaconda3/lib/python3.7/site-packages/torch/utils/cpp_extension.py:118: UserWarning:
!! WARNING !!
…
-
I run this command
```Python3
python3 test.py --name label2city_2048 --loadSize 2048 --n_scales_spatial 3 --use_instance --fg --use_single_G
```
And got this error:
```Python
/usr/lib/python3.5…
-
i have installed this repo in nvidia docker env with: cuda8.0, cudnn6.0, miniconda with python3.6 virtualenv, pytorch0.2.0
when i run ./scripts/test_2048.sh this shell, i got beblow error:
…
-
[1]Video-to-Video Synthesis https://tcwang0509.github.io/vid2vid/
[2] everybody dance now https://arxiv.org/abs/1808.07371
-
In lines 32--34 of vid2vid/data/face_dataset.py,
```
B_img = Image.open(B_paths[0]).convert('RGB')
B_size = B_img.size
points = np.loadtxt(A_paths[0], delimiter=',')
```
is there a reason why […
-
Hey there,
I'm trying to train pose2body. I'm...
- ...executing with pretty much the vanilla parametrization shown in the readme, I had to change the number of GPUs though and increased the number…
-
I downloaded the latest version (Aug 24th), and followed the steps in 'Read me' Paragraph 'Test', but I still get such error. My CUDA version is 9.0, PyTorch version is 4.1.
Can someone help me?
…
-
Please correct me if I am wrong. ( I am focusing just on faces)
As I understand, vid2vid lets you provide a video from which each frame is like labeled data for training. So once one has a trained…
-
The Dockerfile you provide is based on cuda 8.0 and cannot be used with current Tesla Cards because they need at least cuda 9.0. If you need the 32GB V100 to run the training effectively at full resol…
-
Hello, I'm trying to run vid2vid and encounter some weird problem.
When I run ` python scripts/street/download_models.py`,
It raise:
`
Traceback (most recent call last):
File "scripts/street…