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

Segmentation architecture #11

Open
abhigoku10 opened this issue Feb 16, 2022 · 5 comments
Open

Segmentation architecture #11

abhigoku10 opened this issue Feb 16, 2022 · 5 comments

Comments

@abhigoku10
Copy link

@yix081 @xwjabc thanks for sharing the code base i have following queries

  1. Can we convert this architecture to perform segmentation task ie semanttic segmentation ? is so hwo to do it
  2. Can we convert this architecture to perform object detection ?

Please share ur thoughts Thanks in advance

@xwjabc
Copy link
Contributor

xwjabc commented Feb 16, 2022

Hi @abhigoku10, thank you for your questions!

  1. You may follow a similar way as the one in Swin-Transformer-Semantic-Segmentation.
  2. The current codebase already includes the task on object detection with Deformable DETR. If you would like to deploy the CoaT in Faster R-CNN, you can modify the instance segmentation task in this codebase and only keep the object detection branch. Since the instance segmentation implementation in this repo is based on mmdetection, you may refer to the official docs in mmdetection's repo for more details.

@youngwanLEE
Copy link

youngwanLEE commented Mar 21, 2022

@abhigoku10
I have implemented semantic segmentation with MPViT based on CoaT.
Refer to MPViT/semantic_segmentation.

@xwjabc
Thanks to your wonder CoaT, MPViT has been accepted in CVPR 20202.
I really appreciate your work and code.

@yix081
Copy link
Contributor

yix081 commented Mar 21, 2022

@youngwanLEE That's cool! Big congrats!

@youngwanLEE
Copy link

@yix081 Thank you so much !!
I think CoaT is a very cool module !!

@xwjabc
Copy link
Contributor

xwjabc commented Mar 21, 2022

@youngwanLEE Big congrats and nice work! I would also like to show my apology that I have delayed much when releasing some part of the CoaT code.

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

4 participants