Replies: 2 comments 4 replies
-
"Embeddings" are the features of you can use as an input to fine-tuning a task specific classifier, detector, or segmentor. I recommend trying out the wall to wall example as a template for your problem, all the way to the last step where you can fine tune a classifier for coffee plantations: https://clay-foundation.github.io/model/tutorials/wall-to-wall.html#and-finally-some-fine-tuning A classifier could label entire images as Coffee/ not coffee. In the wall to wall example an SVM is used but you could plug in a different model if you wanted to fine tune for object detection or segmentation. I advise starting simple with classification using the SVM in that wall to wall example. |
Beta Was this translation helpful? Give feedback.
-
You also might find TorchGeo to be a better starting point, they have tutorials that go over an intro to Pytorch, working with geospatial data for model training, and using TorchGeo to train models to solve different computer vision problems: https://torchgeo.readthedocs.io/en/latest/tutorials/getting_started.html |
Beta Was this translation helpful? Give feedback.
-
Hi, Clay team. Thank you so much for your efforts in bringing this tool to the world. It's fantastic work.
I need some help. Although I have a lot of experience with spatial data, I am not a developer. My knowledge of AI, Linux, Python, and almost all the basics needed to understand your model is very limited. That’s why I’m eagerly waiting for the Explorer.
If possible, I’d like some guidance on how to address my problem. I’ve gone through all the tutorials on Binder, but I didn’t quite understand how they connect to produce the result I’m looking for.
==> I’d like to use the Clay model to identify coffee plantation areas in a specific region.
How do I generate the embeddings to find coffee? Should I use the wall-to-wall tutorial for it?
After that, how do I export and use those embeddings to locate coffee-growing regions?
If you could point me toward the light at the end of the tunnel or the specific tutorials I should study to achieve my goal, that would be perfect.
I apologize for bringing up such a beginner-level topic in such a skilled community. I know these might be very silly questions.
Thank you so much for your attention :)
Beta Was this translation helpful? Give feedback.
All reactions