Sycamore
Sycamore
question about the difference between the intrinsics and extrinsics calibrated and estimated by ROMP
Hello, I use ROMP to estimate the SMPL and use it to render novel view pictures. But I found that if using the intrinsics and extrinsics estimated by ROMP can...
What are the corresponding serial numbers of the 54 joints? Is there a corresponding diagram? Looking forward to any reply. Thanks!!!
How to set the value of state_input_dim, offset_input_dim, target_input_dim and lstm_dim? What the meaning do these parameters represent?
Hello, I want to ask a question that how to implement on the SMPL-X type of data? Or, how can converting the type of SMPL-X data into BVH file? Thank...
Hello, can I train and render the humannerf without normalizing the canonical T pose to the origin of the coordinate system? Which parts of the code need to be modified?...
What are the difference between the output['predicts_j3ds'] and the joints got from the SMPL model using output['betas'] and output['thetas'] ? I found the results are different. And I use the...
Hello, where can I set the input views of dataset in the training code of MultiNeuroalBody? There are so many configuration files here that I can't find the correct modification...
您好,看到您在论文中写到将human mask扩大4%,想请教一下在后面渲染过程如何避免把背景颜色信息渲染到人体模型中呢?仅仅是根据mask loss来约束的吗?如果没有很精确的mask如何解决呢?期待&感谢您的回复🙂
I want to set the number of sampling points on each ray as 128, but I don't know how to modify it in the` estimator.sampling` function. Where can I specify...