-
Notifications
You must be signed in to change notification settings - Fork 34
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
Trieng to run test.py and getting error KeyError: 'BSDSDataset is not in the dataset registry' #22
Comments
I have the same problem. Have you solved it? |
I have the same problem too. Have you solved it? |
I had the same problem. Solution: I had two versions of mmseg installed in my system which lead to this error. You have to have a single instance of mmseg installed in the system. |
Hi, what is your mmseg version? |
Hey, its 0.6.0
|
This link may be helpful. |
Hi,
I am trying to run pre-trained model on BSDS dataset and getting this error when running python tools/test.py :
KeyError: 'BSDSDataset is not in the dataset registry'.
What do I need to do with the dataset in order to solve this issue?
Thanks
Anton
The text was updated successfully, but these errors were encountered: