sergeywong / cp-vton

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

The body shape difference between the paper and codes #21

Open GrayXu opened 5 years ago

GrayXu commented 5 years ago

In paper, the author contends that

Body shape: a 1-channel feature map of a blurred binary mask that roughly covering different parts of human body.

the body shape doesn't include the head, but clearly your codes are not for it.

parse_shape = (parse_array > 0).astype(np.float32)