-
Notifications
You must be signed in to change notification settings - Fork 15
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 swin transformer #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides, we want to keep the examples as simple as possible. Can we remove all those base configs and merge them into the configs actually used? So that we will have much fewer files in this example.
@ZwwWayne Do you have some time to push this PR forward. I think it can be merged after some reorg (to reduce file numbers) and adding a |
sure, will make it by this week |
@kennymckormick Can have a look. Now, this PR works with MMDetection. I cannot run mmseg due to some reasons in mim. Will check that tomorrow. |
Hi, @ZwwWayne , will you support Swin + segmentation in this PR (I think detection only is OK)? Besides, would you please also provide a Swin checkpoint so that users can run testing in this MIM example. |
This PR adds Swin Transformer as an example to show how we can use MIM to run Swin Transformer for object detection and segmentation with only two python file and several configs.