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
When I run the train.py, it raises KeyError whose detail is that "Dataset is not in the dataset registry". However, the dataset is successfully defined. @DATASETS.register_module() class Dataset(Custom3DDataset)
The text was updated successfully, but these errors were encountered:
When I run the train.py, it raises KeyError whose detail is that "Dataset is not in the dataset registry". However, the dataset is successfully defined.
@DATASETS.register_module() class Dataset(Custom3DDataset)
The text was updated successfully, but these errors were encountered: