skhu101 / SHERF

Code for our ICCV'2023 paper "SHERF: Generalizable Human NeRF from a Single Image"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No (I-) LBS Offset?

GloryyrolG opened this issue · comments

Hi @skhu101 ,

May I check if (I-) LBS offset was observed to bring minor improvement given it is not applied?

A = torch.matmul(bweights, A.reshape(bs, 24, -1))

Thx & Rgds,

Hi, thanks for your interest in our work. We did not try adding LBS offset module in our experiments. One concern is that the LBD offset module may not have strong generalization ability.