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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: