nnop
nnop
Is this repo a reimplementation of Kundu's Panoptic Neural Fields?
It's ResNet-34 commonly called.
Are you referring to the timestamp radius when you mention "radius"? In that case, the inside radius would be related to odometry rather than loop closure, correct? @kwea123
For vposer, `body_mean_pose` is 32 dim which is different with 69 dim. Also would got an error. @lawy623
Why not use Open3D GUI only?
> the SMPL model will add a default offset to the root joint after both forward kinematics and inverse kinematics You mean the offset of joint0?
+1 hopefuly to have the latest version. Great project BTW.
In case some is coming to this issue. For the 1st question. The keypoints is normalized to `[-1, 1]` in data preprocessing. https://github.com/akanazawa/hmr/blob/f149abeb0a7e2a3412eb68274a94a9232f7cb667/src/data_loader.py#L320-L325 So the predicted `s` should be rescaled...