Skip to content
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

Human 3.6m Dataset #67

Merged
merged 5 commits into from
Jan 15, 2024
Merged

Human 3.6m Dataset #67

merged 5 commits into from
Jan 15, 2024

Conversation

kaseris
Copy link
Owner

@kaseris kaseris commented Jan 15, 2024

Added the dataset wrapper for the Human3.6m. Original implementations have it return a $32 \times 1$ pose for the 2d case and a $48 \times 1$ pose for the 3d case. Therefore, every implementation returned only one pose, making the entire dataset having around 2 million poses, which makes sense.

However, in our case we want a sequence of poses so we omit the last part where the sequence is "flattened", meaning every time step of the sequence counts as an individual sample. We only maintain the 3d skeleton (we only care about 3d skeleton forecasting) and we end up with 600 variable sequence length skeleton motions.

See src/skelcast/data/dataset.py for the addition.

Seems like that it can work with the NTURGBDCollateFnWithRandomSampledContextWindow right away without modifications... not tested yet.

@kaseris kaseris merged commit 232394e into main Jan 15, 2024
1 check passed
@kaseris kaseris deleted the datasets/human36m branch January 15, 2024 13:58
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant