Skip to content

AssertionError: Unsynchronized Poses in dgs_corpus Dataset (Document 1177918) #79

@RongLirr

Description

@RongLirr

When loading the dgs_corpus dataset, an AssertionError occurs due to unsynchronized pose shapes within one of the documents.

Here is the error message:
AssertionError: Document 1177918: The poses are not synchronized ([(28254, 1, 543, 3), (14127, 1, 543, 3)])

Assertion Code: datasets/sign_language_datasets/datasets/dgs_corpus/dgs_corpus.py
assert all(p.body.data.shape == first_pose.body.data.shape for p in poses_values), f"Document {document_id}: The poses are not synchronized ({[p.body.data.shape for p in poses_values]})"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions