Skip to content

vert_indices discrepancy between features.yml in example and main dataset #19

@lyiqian

Description

@lyiqian

Hello,

On the homepage, looks like the example file for 'Features' used 1-indexing, but 0-indexing is what was stated in the description and the original paper.

When checking the corresponding file in the main dataset, I found the correct 0-indexing was indeed used.

Here is a diff showing the discrepancy:

-  vert_indices: [2, 192, 193, 194, 195, 196, 197, 2]
+  vert_indices: [1, 191, 192, 193, 194, 195, 196, 1]

where first line was from the homepage, and second from the main dataset. So, might want to replace the file linked in the homepage with the file in the main dataset.

Thank you!

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