forked from open-mmlab/mmsegmentation
-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Description
Hi,
I didn't find any information about how to train on a new dataset. I tried created a new dataset file to mmseg/datasets with @DATASETS.register_module() call and I updated the mmseg/datasets/init.py file to import the dataset class. I also created a new config file for running a training session using the class.
Problem was no matter what I did I got an error that my dataset class is not found in the registry.
I did not found answers in the docs folder.
If anyone knows what I am missing I would be glad to know.
Metadata
Metadata
Assignees
Labels
No labels