Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training a model with a new dataset #90

Open
Nadavc220 opened this issue Jan 4, 2023 · 2 comments
Open

Training a model with a new dataset #90

Nadavc220 opened this issue Jan 4, 2023 · 2 comments

Comments

@Nadavc220
Copy link

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.

@aminpdik
Copy link

Hi

Could you train the model for your custom dataset?

I am trying to train the model for COCO and Pascal datasets.

@Nadavc220
Copy link
Author

Unfortunately no...
If gave up trying, let's hope for an answer from the authors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants