Closed RubReh closed 4 years ago
For better results, I would recommend using predicted segmentation by CIHP_PGN pre-trained network, which has a torso-skin label and produces better segmentation prediction. #3 (comment) You can run dataset_neck_skin_correction.py on VITON dataset or use above model as recommended by @minar09
dataset_neck_skin_correction.py is just a heuristic method, which does not use any pretrained model. It finds the neck area on the existing segmentation and adds the label. For more better training/testing results, CIHP_PGN pre-trained model is better.
Closing the issue as its resolved. Feel free to reopen in case there are still problems.