We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mmyolo.utils.register_all_modules
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.
The text was updated successfully, but these errors were encountered:
https://mmengine.readthedocs.io/en/latest/advanced_tutorials/registry.html
원인 알기가 매우 어렵네요. 레지스트리가 config 파일에서 스트링으로 모듈을 불러올 수 있도록 해 준다고 하는데 (e.g. dict(name='ModuleName'...)) 감이지만 registry가 등록이 안 된 건가 싶습니다.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: