bharat-b7 / MultiGarmentNetwork

Repo for "Multi-Garment Net: Learning to Dress 3D People from Images, ICCV'19"
282 stars 65 forks source link

Pants/short pants and shirt/t-shirt difference from CIHP_PGN segmentation #61

Open MrJimm opened 2 years ago

MrJimm commented 2 years ago

Hi @bharat-b7!

I appreciate the work you have shared! It looks great and I try to reproduce the results

I made your code work with my custom data, but found out, that MGN have 5 classes of garments: Long Pants, Short Pants, Long Coat, Shirt and T-Shirt. While CIHP_PGN can distinguish only 3 of these classes (Pants, Upper-clothes and Coat) marking both Long and Short pants as Pants and Shirt and T-Shirt as Upper-clothes (https://github.com/Engineering-Course/CIHP_PGN/issues/19#issuecomment-462256622)

Can you tell, please, how you then distinguished in your work these classes from segmentation results?