lixiny / manotorch

MANO in pyTORCH (anatomical constraints, anchors, etc)
GNU General Public License v3.0
166 stars 11 forks source link

Vertex region id #13

Closed ZhaoLizz closed 4 months ago

ZhaoLizz commented 5 months ago

Hi! According to the following image, it seems you assign each vertex with a region id to define the 17 diffrent regions. However, I cannot find the vertex_to_region mapping assets. Can you kindly explain how to get region_id of each vertex? Thanks in advance!

image
ZhaoLizz commented 5 months ago

Dose the merged_vertex_assignment.txt define the vertex_to_region mapping?

lixiny commented 4 months ago

> Dose the merged_vertex_assignment.txt define the vertex_to_region mapping?

Right,
the row number is the index of vertex defined in MANO hand model, and the corresponding integer is the region assignment for this vertex.

Best, Lixin

ZhaoLizz commented 4 months ago

Thanks for the comment.