sergeywong / cp-vton

Reimplemented code for "Toward Characteristic-Preserving Image-based Virtual Try-On Network"
MIT License
474 stars 182 forks source link

No transformation while running test #6

Closed solitarysandman closed 5 years ago

solitarysandman commented 5 years ago

Hi @sergeywong,

As you can see below, there is minimal transformation and warping of the clothing. The cloth is not resized to fit the model either.

image

Other examples with similar issue: image

What could be causing the issue here?

Momom52 commented 5 years ago

hi, I have the same problem as you, have you solved it?

Momom52 commented 5 years ago

This is my result. 2018-12-24 23-12-45

solitarysandman commented 5 years ago

@Momom52 I haven't been able to solve it yet. I'm going to try to train the model and test using the updated checkpoint.

solitarysandman commented 5 years ago

@Momom52 I retrained the model and used a different checkpoint for testing. The test run gave fair results after that.

python test.py --name newtest --stage GMM --workers 4 --datamode test --data_list test_pairs.txt --checkpoint checkpoints/gmm_train_new/step_140000.pth --tensorboard_dir newboard

mesllo commented 2 years ago

I have the same problem, even when trying with different checkpoints. Any ideas anyone?