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

Support custom import projects directory #230

Open
okotaku opened this issue Oct 4, 2023 · 0 comments
Open

Support custom import projects directory #230

okotaku opened this issue Oct 4, 2023 · 0 comments

Comments

@okotaku
Copy link

okotaku commented Oct 4, 2023

Describe the feature

OpenMMLab libraries support projects like mmdet Vit-Det, mmpretrain InternImage.

https://github.com/open-mmlab/mmdetection/tree/main/projects
https://github.com/open-mmlab/mmpretrain/tree/main/projects

If we use it, we need to copy all codes.
I would like to support custom import for projects.

custom_imports = dict(imports=['mmdet.projects.ViTDet.vitdet'],
                      allow_failed_imports=False)
model = dict(
    type='mmdet.projects.ViTDet.vitdet.ViT'
...
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

1 participant