1aq_qa1
1aq_qa1
https://github.com/YuliangXiu/ICON/blob/8919d96754d106e19ee8ac9dcfaa1bd2b598764c/lib/net/HGPIFuNet.py#L95C1-L95C1 ICON or ICON-Keypoint use visibility,PIFu and PaMIR not use. So, why not use_vis = 0 or use_vis = False
self.update(yaml.load(fo.read())) TypeError: load() missing 1 required positional argument: 'Loader' 修改为: self.update(yaml.load(fo.read(),Loader=yaml.SafeLoader))
Hello! In my work, I need to use the parameters of the SMPL model of your cape data set, such as shape parameters and pose parameters (not just the model...
数据集问题
 Thuman2.0的数据集,您是怎么处理的,为什么直接使用ICON的数据集会出现问题,我该怎么得到您用到的数据集呢
您好,我使用Thuman2.1的smplx的*.pkl文件,生成smplx模型,发现并不能和您们提供的smplx模型完全fit。 为了匹配*.pkl的手部姿势,我将主成分设为45。并且模型性别为neutral。 下述是我的代码:   not fit    请问,我是否有所疏忽的地方。或者能够告知您们的*.pkl文件的使用策略是什么?非常感谢!