vchoutas / torch-mesh-isect

Other
281 stars 72 forks source link

where is the the part segmentation file for the faces of the model? #9

Closed gh18l closed 4 years ago

gh18l commented 4 years ago

There is a parameter that specifies the body parts in batch_smpl_untangle.py, but I can't find this file. Can you tell me how I can get the file?

vchoutas commented 4 years ago

@li19960612 You can find the file here. I will update the README as well.

gh18l commented 4 years ago

@vchoutas Thank you!

gh18l commented 4 years ago

And can you provide the way to add extra "ign_part_pairs" in class FilterFaces?

vchoutas commented 4 years ago

@li19960612 You can find an example for the ign_part_pairs in the SMPLify-X config.

gh18l commented 4 years ago

@vchoutas Oh, It does work, thank you!