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

mmengine - WARNING - The "visualizer" registry in mmyolo did not set import location. Fallback to call mmyolo.utils.register_all_modules instead. #13

Open
nanpuhaha opened this issue Jan 19, 2023 · 1 comment

Comments

@nanpuhaha
Copy link
Contributor

nanpuhaha commented Jan 19, 2023

01/19 09:42:21 - mmengine - WARNING - The "visualizer" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:21 - mmengine - WARNING - The "visualizer" registry in mmdet did not set import location. Fallback to call `mmdet.utils.register_all_modules` instead.
01/19 09:42:21 - mmengine - WARNING - The "vis_backend" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:24 - mmengine - WARNING - The "model" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:25 - mmengine - WARNING - The "model" registry in mmdet did not set import location. Fallback to call `mmdet.utils.register_all_modules` instead.
01/19 09:42:25 - mmengine - WARNING - The "task util" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:25 - mmengine - WARNING - The "task util" registry in mmdet did not set import location. Fallback to call `mmdet.utils.register_all_modules` instead.
01/19 09:42:28 - mmengine - INFO - Distributed training is not used, all SyncBatchNorm (SyncBN) layers in the model will be automatically reverted to BatchNormXd layers if they are used.
01/19 09:42:28 - mmengine - WARNING - The "hook" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:28 - mmengine - WARNING - The "hook" registry in mmdet did not set import location. Fallback to call `mmdet.utils.register_all_modules` instead.
...
01/19 09:42:32 - mmengine - WARNING - The "loop" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:32 - mmengine - WARNING - The "dataset" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:32 - mmengine - WARNING - The "transform" registry in mmyolo did not set import location. Fallback to call `mmyolo.utils.register_all_modules` instead.
01/19 09:42:32 - mmengine - WARNING - The "transform" registry in mmdet did not set import location. Fallback to call `mmdet.utils.register_all_modules` instead.
@sjleo1
Copy link
Contributor

sjleo1 commented Jan 19, 2023

https://mmengine.readthedocs.io/en/latest/advanced_tutorials/registry.html

원인 알기가 매우 어렵네요.
레지스트리가 config 파일에서 스트링으로 모듈을 불러올 수 있도록 해 준다고 하는데
(e.g. dict(name='ModuleName'...))
감이지만 registry가 등록이 안 된 건가 싶습니다.

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