paulchhuang / bstro

The official code for BSTRO in paper: Capturing and Inferring Dense Full-Body Human-Scene Contact, CVPR2022
84 stars 7 forks source link

About the upsample of vertex #7

Open yyvhang opened 1 year ago

yyvhang commented 1 year ago

Hi, thanks for your contribution to the community. I have some confusion about the implementation of upsampling vertices in the code. I notice you use two linear layers to upsample the vertices to 6890, the vertex obtained after this mapping (upsample) seems to be inconsistent with the input SMPL template. Is there a mistake in my understanding? I look forward to receiving your reply.