YuliangXiu / ICON

[CVPR'22] ICON: Implicit Clothed humans Obtained from Normals
https://icon.is.tue.mpg.de
Other
1.61k stars 220 forks source link

The dimension of Fp #212

Closed glorioushonor closed 1 year ago

glorioushonor commented 1 year ago

Hi. I'm sorry to bother you. I know F_s (P) is a 1-dimension signed distance; It is shown that [F_n^b (P), F_n^c (P)] is 6-dimensiona in the figture. It is because F_n^b (P) and F_n^c (P) are both space vectors, so the total dimension is 6(3 plus 3)? I didn't find the relevant content in the code, so I came to you to confirm.

YuliangXiu commented 1 year ago

Yes, $N{cloth} \in \mathbf{R}^{3 \times H \times W}, N{body} \in \mathbf{R}^{3 \times H \times W}, {SDF}_{body} \in \mathbf{R}^{1}$, the input dimension of MLP is 3+3+1=7