-
I only have one GPU, and now I have successfully run test.py.
But when I try to run train***.py, it will report this error:
![image](https://user-images.githubusercontent.com/49144373/117400683-be8d…
-
hi~
I'm using a single GPU to train the train_PBAFN_stage1.py, but I have this problem:TypeError: 'int' object is not iterable.
What is the reason for this problem?
![image](https://user-images.gi…
-
I am using custom dataset.
More details
Batch_size =1
Segmentation Mask from CHIP_PGN results.
Pose from openpose Coco Model and changed the code that described [here](https://github.com/minar0…
-
Thanks for this great work, however, I still have some questions about this work.
1. How should I evaluate SSIM? I directly calculate SSIM score on image reconstruction task (reference and target a…
-
Hello, thank you very much for your great work! The pipeline is deeply thought and designed smartly. It would be really great to know the full label mapping between original VITON label maps and your …
-
Hi,
Can you let me know how to use mutilGPU on this code? I checked netwoeks.py, all networks are assigned to `model.cuda(gpus_id[0])`. By` model.cuda(gpus_id)`, does the network works on gpus or I…
-
Hi there!
Thanks for providing this awesome Repository and make it openSource.I am facing some problems while running TRAIN.PY
Here is the error I am getting :
**AssertionError: /dockerdata/be…
-
I followed the instruction in readme and ran the test.py in the inference folder and got a broken pipe error:
```
------------ Options -------------
batchSize: 1
beta1: 0.5
checkpoints_dir: ./che…
-
When I trained the network with LIP dataset (20 labels' segmentation input), this error raised
![image](https://user-images.githubusercontent.com/37522312/94094008-de1dd000-fe61-11ea-8264-5826c62ab28…
-
Can you please provide testing file/ inference file for us.
Seems like test.py is basically a train.py
When i try to run test.py, training gets started.