AnimatableGaussians icon indicating copy to clipboard operation
AnimatableGaussians copied to clipboard

驱动的时候是否使用了smplx中的left、right_hand_pose的参数

Open ddyj opened this issue 1 year ago • 3 comments

使用zju的数据集进行测试的时候发现驱动的时候无法恢复手指部分运动,是否在程序中还有其他设置

ddyj avatar Jan 09 '25 15:01 ddyj

使用zju的数据集进行测试的时候发现驱动的时候无法恢复手指部分运动,是否在程序中还有其他设置

Output image is all black when i use zjumocap dataset, I wonder if it about coordinate axis or others? can you tell me your changes in codes when use zju dataste? thanks a lot.

vvsherryvv avatar Aug 02 '25 03:08 vvsherryvv

I processed the zju data through easymocap to match the action parameters, but the camera poses of the multi-view were not specially processed. In my project, the pose information is obtained through colmap

---原始邮件--- 发件人: "Jieyi @.> 发送时间: 2025年8月2日(周六) 中午11:01 收件人: @.>; 抄送: @.@.>; 主题: Re: [lizhe00/AnimatableGaussians] 驱动的时候是否使用了smplx中的left、right_hand_pose的参数 (Issue #53)

vvsherryvv left a comment (lizhe00/AnimatableGaussians#53)

使用zju的数据集进行测试的时候发现驱动的时候无法恢复手指部分运动,是否在程序中还有其他设置

Output image is all black when i use zjumocap dataset, I wonder if it about coordinate axis or others? can you tell me your changes in codes when use zju dataste? thanks a lot.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

ddyj avatar Aug 02 '25 03:08 ddyj

我通过easymocap处理了zju数据,匹配了动作参数,但是多视角的相机姿态没有做特别处理,在我的项目中,姿态信息是通过colmap获取的

感谢回复,我的理解是你的pose参数使用的是smplx参数?那self.smpl_data['transl'].append(smpl_dict['transl'].reshape(1, -1))这里的transl是使用的原始数据集提供的smpl参数吗?

vvsherryvv avatar Aug 05 '25 07:08 vvsherryvv