Hello,
First, thank you for sharing your great work!
While reading the implementation code, I think there is an error at line 118~123 of train_warping.py file.
I think that "part_mask" should be a concatenation of (data['person_clothes_left_mask'], data['person_clothes_middle_mask'], data['person_clothes_right_mask']).
This is mainly because "part_mask" will be used as a mask at line 200, line 259, line 260, and line 261.
Dear authors,
Hello, First, thank you for sharing your great work!
While reading the implementation code, I think there is an error at line 118~123 of train_warping.py file.
I think that "part_mask" should be a concatenation of (data['person_clothes_left_mask'], data['person_clothes_middle_mask'], data['person_clothes_right_mask']). This is mainly because "part_mask" will be used as a mask at line 200, line 259, line 260, and line 261.
Can you check the code?
Thanks in advance.