Skip to content

CO3D evaluation preprocessing fails with single_sequence_subset #465

Description

@cavalier501

Hi, thanks for releasing VGGT!

When following the CO3D evaluation instructions, the preprocessing step fails if the dataset is downloaded using the official CO3D --single_sequence_subset.

The script evaluation/preprocess_co3d.py expects the file:

set_lists/set_lists_fewview_dev.json

However, when downloading the dataset using:

python co3d/download_dataset.py --download_folder --single_sequence_subset

the dataset instead contains files like:

set_lists/set_lists_manyview_dev_0.json
set_lists/set_lists_manyview_dev_1.json
set_lists/set_lists_manyview_test_0.json

and set_lists_fewview_dev.json is not present.

As a result, preprocessing fails with:

FileNotFoundError: set_lists/set_lists_fewview_dev.json

Is the evaluation pipeline expected to work with the single_sequence_subset, or should the full CO3D dataset be used instead?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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