-
File "E:\DeepFashion_Try_On\ACGPN_inference\models\pix2pixHD_model.py", line 233, in encode_input
1, (label_map * (1 - clothes_mask)).data.long().cuda(), 1.0)
File "C:\Users\SM\AppData\Roami…
-
I have searched the entire repo but still couldnt find the solution
Traceback (most recent call last):
File "train.py", line 192, in
model.module.optimizer_G.zero_grad()
File "/usr/lo…
-
I use LIP model to generate my own dataset, but the label is different with yours , can you tell me which segmentation model you use to generate your dataset?
-
I am very impressed with the results of this paper, especially how effective the second-order constraint is at effectively warping cloths. However, I cannot seem to find it in the repository. Has anyo…
-
How could I get the vgg19-dcbb9e9d.pth?
Thanks
rxmao updated
3 years ago
-
Can you please help with this error?
chethan@ex5820:~/DeepFashion_Try_On/ACGPN_inference$ python3 test.py
?
------------ Options -------------
batchSize: 1
beta1: 0.5
checkpoints_dir: ./checkp…
-
Very nice work! Thanks for sharing. Could you please explain how you pre-process data (e.g. how you derived the data_colormask, data_mask, data_edge, data_pose etc.)? Many thanks!
-
Below are the testing results on my data.
1. I have used pose_keypoints from coco_18 model and verified the keypoints by drawing on the image and are good for the below results.
2. Generated labe…
-
Hello,
I am trying to replicate your baseline and I produced results both by training it and using your checkpoints. I can reach your IS score but I am having trouble with the SSIM score (in both tra…
-
hi,I use the given models as the pretrained model, and use my own data to train the models.Here is the result
![000004_0](https://user-images.githubusercontent.com/20120287/117280606-5a1ad480-ae95-1…