Open Jarvisss opened 1 year ago
https://github.com/YuliangXiu/ICON/blob/8919d96754d106e19ee8ac9dcfaa1bd2b598764c/lib/net/HGPIFuNet.py#L301-L305 I find the implementation of keypoint+ICON projects query points to camera space, but smpl joints are not projected. But in original keypointNerf paper, the spatial encoding is calculated by the projected keypoints. https://github.com/YuliangXiu/ICON/blob/8919d96754d106e19ee8ac9dcfaa1bd2b598764c/lib/net/HGPIFuNet.py#L333-L340 And SMPL features are still used in the keypoint version, is this what it supposed to be?
@YuliangXiu
smpl_joints should be projected into camera space, you could visualize the keypoints when running infer.py
infer.py
https://github.com/YuliangXiu/ICON/blob/8919d96754d106e19ee8ac9dcfaa1bd2b598764c/lib/net/HGPIFuNet.py#L301-L305 I find the implementation of keypoint+ICON projects query points to camera space, but smpl joints are not projected. But in original keypointNerf paper, the spatial encoding is calculated by the projected keypoints. https://github.com/YuliangXiu/ICON/blob/8919d96754d106e19ee8ac9dcfaa1bd2b598764c/lib/net/HGPIFuNet.py#L333-L340 And SMPL features are still used in the keypoint version, is this what it supposed to be?