You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'].
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.