You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to create my own dataset for Novel View Synthesis of Human Interactions From Sparse Multi-view Videos.
I have extracted 3d keypoints and smpl parameters using something similar to :
emc --cfg config/mvmp/body/soccer1_6.yml --data data/soccer1_6
Now I have the "keypoints3d", "keypoints2d", "smpl", "person", "images", folders.
I see there is a lot more going on in the example soccer1_6 dataset :
annots
mask-background
mask-ignore
output-keypoints3d/label, bg
output-smpl-3d / instance, (smpl), vertices
How to recover all of these and what are their purposes ?
Is there an other way than using "emc --cfg ..." that I should use to get the correct data format ?
This is a big question, thank you in advance for your response.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to create my own dataset for Novel View Synthesis of Human Interactions From Sparse Multi-view Videos.
I have extracted 3d keypoints and smpl parameters using something similar to :
emc --cfg config/mvmp/body/soccer1_6.yml --data data/soccer1_6
Now I have the "keypoints3d", "keypoints2d", "smpl", "person", "images", folders.
I see there is a lot more going on in the example soccer1_6 dataset :
How to recover all of these and what are their purposes ?
Is there an other way than using "emc --cfg ..." that I should use to get the correct data format ?
This is a big question, thank you in advance for your response.
The text was updated successfully, but these errors were encountered: