Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Uknown subset name : fewview_dev #8

Description

@aradhyamathur

Hi, I downloaded and tried to load the dataset however encountered the following error with pytorch3d using the prepare_co3d.py script provided.
The data was downloaded using the script provided here for single sequence subset using the command python ./co3d/download_dataset.py --download_folder <DOWNLOAD_FOLDER> --single_sequence_subset .
The following is the complete stack trace. Any guidance would be highly appreciated.

Traceback (most recent call last):
  File "/home/aradhya/mcc/MCC/scripts/prepare_co3d.py", line 46, in <module>
    main(args)
  File "/home/aradhya/mcc/MCC/scripts/prepare_co3d.py", line 27, in main
    dataset_map = get_dataset_map(
  File "/home/aradhya/mcc/MCC/scripts/../util/co3d_utils.py", line 49, in get_dataset_map
    dataset_map_provider = JsonIndexDatasetMapProviderV2(
  File "<string>", line 15, in __init__
  File "/home/aradhya/anaconda3/envs/mccenv/lib/python3.9/site-packages/pytorch3d/implicitron/dataset/json_index_dataset_map_provider_v2.py", line 214, in __post_init__
    dataset_map = self._load_category(self.category)
  File "/home/aradhya/anaconda3/envs/mccenv/lib/python3.9/site-packages/pytorch3d/implicitron/dataset/json_index_dataset_map_provider_v2.py", line 264, in _load_category
    raise ValueError(
ValueError: Unknown subset name fewview_dev. Choose one of available subsets: ['manyview_dev_0', 'manyview_dev_1', 'manyview_test_0'].

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