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

"No object named 'VideoTestVimeo90KDataset' found in 'dataset' registry!" #397

Closed
JoshonSmith opened this issue May 25, 2021 · 4 comments
Closed

Comments

@JoshonSmith
Copy link

Traceback (most recent call last):
File "basicsr/test.py", line 46, in
test_pipeline(root_path)
File "basicsr/test.py", line 29, in test_pipeline
test_set = build_dataset(dataset_opt)
File "/home/xxx/code/code2105/BasicSR/basicsr/data/init.py", line 34, in build_dataset
dataset = DATASET_REGISTRY.get(dataset_opt['type'])(dataset_opt)
File "/home/xxx/code/code2105/BasicSR/basicsr/utils/registry.py", line 65, in get
raise KeyError(f"No object named '{name}' found in '{self._name}' registry!")
KeyError: "No object named 'VideoTestVimeo90KDataset' found in 'dataset' registry!"

@JoshonSmith
Copy link
Author

version:1.3.3

@xinntao
Copy link
Member

xinntao commented May 25, 2021

@JoshonSmith
Thanks for reporting the bug.

I have a quick, please check whether it has been solved. (Please use the latest master branch)

If the problem has been solved, please help to close this issue.
If you still have a problem, please let me know. Thanks : )

@JoshonSmith
Copy link
Author

Thanks !
It has been solved

@ds-giao
Copy link

ds-giao commented Nov 11, 2023

@xinntao Hello, I have also encountered this issue in other projects. How did you solve it? thanks

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

3 participants