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

add fine-tuning examples for dense prediction tasks including regression and semantic segmentation tasks #2

Closed
xiong-zhitong opened this issue Mar 30, 2024 · 3 comments

Comments

@xiong-zhitong
Copy link
Member

Integrate DOFA backbone with methods like ViT-CoMer for dense prediction tasks,
including regression and semantic segmentation tasks

@andrewaf1
Copy link

Hi! I found this paper and code really interesting and have begun using it via torchgeo.

I'm very curious how this method would work with ViT-CoMer. My understanding of that method is that it employs a ViT branch, a convolutional feature pyramid branch, and a module to fuse the resulting features. For DOFA, would a separate convolutional branch for each satellite source be required? I would also be very interested in seeing some examples of semantic segmentation, particularly how the features are transformed into a feature pyramid for UPerNet.

@xiong-zhitong
Copy link
Member Author

Thanks for your interest. We have added example of using DOFA for the image classification task.
We are working on adding the semantic segmentation examples.
Please stay tuned!

@xiong-zhitong
Copy link
Member Author

An example of using DOFA for segmentation tasks is added. We use DOFA as the backbone and UperNet as the segmentation head.

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