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
Thanks for your excellent work!
However, an error occurs when I run the instructions for preparing the NuScenesSSL dataset. Upon investigation, I found that this might be due to the 'pipeline' parameter being passed as 'None' during the initialization of NuScenesSSL. How can I resolve this issue?
Traceback (most recent call last):
File "tools/create_data.py", line 306, in
nuscenes_data_prep(
File "tools/create_data.py", line 81, in nuscenes_data_prep
create_groundtruth_database(dataset_name, root_path, info_prefix,
File "/home/ps/project/GeoMAE/tools/data_converter/create_gt_database.py", line 238, in create_groundtruth_database
example = dataset.pipeline(input_dict)
File "/home/ps/anaconda3/envs/GeoMAE/lib/python3.8/site-packages/torch/utils/data/dataset.py", line 83, in getattr
raise AttributeError
AttributeError
The text was updated successfully, but these errors were encountered:
Thanks for your excellent work!
However, an error occurs when I run the instructions for preparing the NuScenesSSL dataset. Upon investigation, I found that this might be due to the 'pipeline' parameter being passed as 'None' during the initialization of NuScenesSSL. How can I resolve this issue?
Traceback (most recent call last):
File "tools/create_data.py", line 306, in
nuscenes_data_prep(
File "tools/create_data.py", line 81, in nuscenes_data_prep
create_groundtruth_database(dataset_name, root_path, info_prefix,
File "/home/ps/project/GeoMAE/tools/data_converter/create_gt_database.py", line 238, in create_groundtruth_database
example = dataset.pipeline(input_dict)
File "/home/ps/anaconda3/envs/GeoMAE/lib/python3.8/site-packages/torch/utils/data/dataset.py", line 83, in getattr
raise AttributeError
AttributeError
The text was updated successfully, but these errors were encountered: