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

How to change the model of mmclassification to mmdetection? #7761

Closed
lyk595 opened this issue Apr 20, 2022 · 5 comments
Closed

How to change the model of mmclassification to mmdetection? #7761

lyk595 opened this issue Apr 20, 2022 · 5 comments
Assignees

Comments

@lyk595
Copy link

lyk595 commented Apr 20, 2022

How to change the model of mmclassification to mmdetection?I am interested in many models of mmclassification. Is there any way to use the model of mmclassification for object detection?

@jbwang1997
Copy link
Collaborator

Now, mmdetection can directly import the backbones in mmclassification. You can refer to https://github.com/open-mmlab/mmdetection/blob/master/docs/en/tutorials/how_to.md#use-backbone-network-through-mmclassification for examples.

@lyk595
Copy link
Author

lyk595 commented Apr 21, 2022

Now, mmdetection can directly import the backbones in mmclassification. You can refer to https://github.com/open-mmlab/mmdetection/blob/master/docs/en/tutorials/how_to.md#use-backbone-network-through-mmclassification for examples.

thank you very much.

@lyk595
Copy link
Author

lyk595 commented Apr 21, 2022

Now, mmdetection can directly import the backbones in mmclassification. You can refer to https://github.com/open-mmlab/mmdetection/blob/master/docs/en/tutorials/how_to.md#use-backbone-network-through-mmclassification for examples.

Are there any other examples

@lyk595 lyk595 closed this as completed Apr 21, 2022
@lyk595 lyk595 reopened this Apr 21, 2022
@jbwang1997
Copy link
Collaborator

You can also refer to this pr, which has been released yet. Here, mmdetection build convnext from mmcls.

@jbwang1997
Copy link
Collaborator

This issue will be closed due to inactivity. Feel free to reopen it if you have any questions.

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