-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
数据细节问题 #13
Comments
对于前两个问题,因为DSD这篇文章的主要competitor就是HMR-video,所以采用和它一样的GT用于评测,主要用于性能对比。所有的设置都是为了与HMR-video的设置保持一致的。 关于h36m数据集,因为每一帧都是按照每五帧采一帧下采样出来的,每一帧有3个SMPL参数是3个真正临近帧的SMPL,随机采样是为了避免过拟合,因为真正临近帧动作基本一致。 对于3DPW数据集的处理还是建议看ROMP的相关部分代码。 |
好的谢谢 |
好的,谢谢,我这边实验应该是丢弃了第一帧之后,再整个采样平移了5为倍数的帧数。采用cv2.VideoCapture默认帧率进行抽帧。 |
恩恩,我中间迭代了几版,都忘记怎么搞得了。方便把数据处理代码(图片抽取)开源给大家么? |
好的,我整理一下,发出来 |
Thanks for your time and contribution to this respository. |
h36m_preprocess_video.py.zip |
感谢! |
嗯,谢谢 |
你好,很感谢提供了3dpw和hm36的标签,这里有几个疑惑。
关于pw3d:
问题1:为什么使用的betas是annots_hmrvideo的而不是pw3d原始提供的beta;
问题2:label['cam_rotation_matrix'] = raw_labels['cam_poses'][j,:3,:3] ,看你的centerHMR,这个相机外参矩阵应该是乘以到pose的global_rotation。在进行最终的监督时,不要单独监督这个相机外参。但是看你最终返回的dataset,好像没有使用这个相机外参。
所以这里的pose,其实没有对global_rotation做额外的处理?
The text was updated successfully, but these errors were encountered: