zengyh1900 / 3D-Human-Body-Shape

[ICIMCS'2017] Official Code for 3D Human Body Reshaping with Anthropometric Modeling
https://doi.org/10.1007/978-981-10-8530-7_10
MIT License
340 stars 105 forks source link

segmentation of human body #10

Closed sandhyalaxmiK closed 5 years ago

sandhyalaxmiK commented 5 years ago

Hi, I am running the code successfully and i understand the concept. I want to segments the r obj obtained.i.e, giving colors to each, for face, hands, legs, body,etc., how to do that. and also how to obtain particular vertices and faces of a specific body part. By knowing this i can do furthor process. Thank you...

zengyh1900 commented 5 years ago

hi @sandhyalaxmiK ,

thank you for your interest.

  1. I'm not sure how to assign color info to vertices. It seems that you can directly assign color info by adding three number after three coordinate number in each line for each vertices.
  2. Maybe some 3D viewer can help you to find the coordinate info of some specific vertices.

Thanks,