[Registry] How to properly load the registry ? #2621
Replies: 2 comments 1 reply
-
I am facing the same issue, does anyone have a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
IdrissGo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using standard kitti dataset with nothing changed. I wanted to do some statistics on the data but I can't build the dataset. It seems that the registry does not register any of the transforms.
I try to import mmengine, mcv and mmdet3d but it doesn't fix the issue.
How to make sure that all the modules/datasets/transforms are correctly registered in the registry ?
Code :
KeyError: "class
KittiDataset
in mmdet3d/datasets/kitti_dataset.py: 'LoadPointsFromFile is not in the transform registry. Please check whether the value ofLoadPointsFromFile
is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module'"Beta Was this translation helpful? Give feedback.
All reactions