Train on High Resolution RGB Images #258
Unanswered
ibrahim-azista
asked this question in
Q&A
Replies: 2 comments 2 replies
-
https://github.com/qubvel/segmentation_models Try this repository. Doesn't have the Clay model, but might be useful. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @ibrahim-azista, @srmsoumya just merged this segmentation decoder: https://github.com/Clay-foundation/model/tree/main/finetune/segment. Feel free to check that out! If you want help with just generating embeddings to plug into your U-net, this tutorial shows you how to go through the full model workflow. You'd likely pause at step 5 outlined here, and then use those embeddings in your own decoder. Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am very excited about this project, I love and appreciate the time and effort you guys have taken to advance the EO community. Also, loved the introductory webinar, learned a lot.
I understand if you think this is a stupid question, but, I want help with a task. I am currently thinking about working on a semantic segmentation task, I was envisioning using the Clay model as the feature extractor (to create embeddings) and then use U-net as a decoder. I wanted help with implementing this, It would be very helpful if you could refer me to a notebook that has roughly the type of thing I am trying to do.
Thank you so much in advance.
Beta Was this translation helpful? Give feedback.
All reactions