Replies: 2 comments 5 replies
-
Hi Rohit, as a new comer to TrochGeo myself I can share the learning path I went through.
there is probably more but these were the first steps I took before embarking on a real project. to start your own project, find an example that does something similar to what you need and work it from there. I work on semantic segmentation and started from https://github.com/microsoft/satellite-imagery-labeling-tool/blob/main/example/training-example.ipynb my 2c. HTH. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes,
We can preprocess the image according to the model input and run inference
since Torchgeo already has pre-trained weights. I am looking for some
headsup or any information if it's even possible on this library.
Regards,
RD
…On Tue, Oct 3, 2023, 04:31 Climate-Eyes ***@***.***> wrote:
so you want to run prediction, but without training, right?
hmm. haven't seen this yet and would be also interested to see an answer
on this.
—
Reply to this email directly, view it on GitHub
<#1607 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALRFYF7LIJH3OPFDWBWDNOTX5MQDVAVCNFSM6AAAAAA5OL6JCGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TCNRZGE4DS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all thank you for this wonderful work. This is a beautiful repo and I am pretty sure many people gets a lot of benefits. However due to lack of proper documentation and me being new to this field, I am having a hard time understanding tutorial.
Basically I have an basic plain RGB image and I don't have any satellite data. I want to apply various segmentation methods/models to remove vegetation, roads, buildings,trees,terrain,lanes, Can somebody give me any headsup maybe links or a tutorial on how to do that?
Thank You
Beta Was this translation helpful? Give feedback.
All reactions