Open kotomiDu opened 5 years ago
get some idea from https://github.com/davidleejy/DensePose/blob/speedup/notebooks/DensePose-Fast-IUV-2-XYZ.ipynb
But what is I (in IUV) represent?
I
is the part index or 0 = background
I
is the part index or 0 = background
Thanks. I see
I
is the part index or 0 = background
@vkhalidov BTW, I can understand the different color in the I image representing different part. How about the U V images? What's the meaning of these different colors ?
U ∈ [0, 1]
and V ∈ [0, 1]
are point coordinates within those parts. The coordinates are depicted schematically in this notebook
U ∈ [0, 1]
andV ∈ [0, 1]
are point coordinates within those parts. The coordinates are depicted schematically in this notebook
@vkhalidov As it mentioned in this notebook, dp_x, dp_y' represent the spatial coordinates of collected points. Is it right that each value of dp_x/dp_y are related to one color? If that is true, I am confused why the color is different even though the points have same dp_x value?
@kotomiDu Could you please provide details on which visualization you refer to?
@kotomiDu Could you please provide details on which visualization you refer to?
@vkhalidov what I refer to is the visualization at the end of this page. I clearly understand the visualization of patch indices. But for the u and v cooridnates, I can't find any encoding rule. Is it right that each value of dp_x/dp_y are related to one color? If that is true, I am confused why the color is different even though the points have same dp_x value?
As mentioned in Densepose, they do annotations and get UV coordinates with SMPL model. But what I see in the visualization of SMLP model is a template without any pose. What is the meaning of get such UV points? Do these UV points include any pose information or 3D information?