1aq_qa1

Results 5 issues of 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...

![image](https://github.com/user-attachments/assets/d2e26d28-73a3-477e-8945-1618860f2aa9) Thuman2.0的数据集,您是怎么处理的,为什么直接使用ICON的数据集会出现问题,我该怎么得到您用到的数据集呢

您好,我使用Thuman2.1的smplx的*.pkl文件,生成smplx模型,发现并不能和您们提供的smplx模型完全fit。 为了匹配*.pkl的手部姿势,我将主成分设为45。并且模型性别为neutral。 下述是我的代码: ![image](https://github.com/user-attachments/assets/191aefc7-8c76-46a8-8753-312c20da3e0c) ![image](https://github.com/user-attachments/assets/e7871c26-a0ee-402f-924a-8523d41cf2a7) not fit ![image](https://github.com/user-attachments/assets/c76cff1b-62de-4326-bcd5-256d37348b7a) ![image](https://github.com/user-attachments/assets/f260ca6a-a7b6-4872-8c5c-e3e5e1760a5d) ![image](https://github.com/user-attachments/assets/a82e619b-8c0a-416e-8f86-b75eb459266e) 请问,我是否有所疏忽的地方。或者能够告知您们的*.pkl文件的使用策略是什么?非常感谢!