Segmenting remote sensing imagery with text prompts using the Segment Anything Model

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ค. 2023
  • Notebook: samgeo.gishub.org/examples/te...
    leafmap homepage: leafmap.org
    geemap homepage: geemap.org
    GitHub: github.com/giswqs/geemap
    Twitter: / giswqs
    TH-cam channel: / @giswqs
    GEE Tutorials Playlist: gishub.org/youtube-gee
    Leafmap Tutorials Playlist: gishub.org/youtube-leafmap
    Geographic Software Design Playlist: gishub.org/gsd
    Spatial Data Management Playlist: gishub.org/sdm
  • แนวปฏิบัติและการใช้ชีวิต

ความคิดเห็น • 12

  • @lorenzoleongutierrez7927
    @lorenzoleongutierrez7927 ปีที่แล้ว

    Similar question to Federico Beron. I want to recognize some specific areas inside a crop (like weed patches). ...how complex or specific can a prompt be for such a requirement? In any case, congratulations on the app. It's fantastic!

  • @espoirmwungurangabo1355
    @espoirmwungurangabo1355 ปีที่แล้ว +1

    Thank you very much Dr Wu, just wanted to know if it's possible to calculate the area covered by my object of interest:: in this case the area covered by the trees

  • @sophiez7952
    @sophiez7952 ปีที่แล้ว

    Based on professor wu guidance

  • @user-kh2mb8lc7m
    @user-kh2mb8lc7m ปีที่แล้ว

    Hello! and if I want to select rooftops zone, what text_prompt should I use instead of tree?

  • @FedericoBeron087
    @FedericoBeron087 ปีที่แล้ว +2

    Hello! and if I want to select an agricultural zone to delimit irrigated crops, what text_prompt should I use instead of tree?

    • @giswqs
      @giswqs  ปีที่แล้ว +2

      Try "agricultural field"? The text prompt functionality comes from github.com/IDEA-Research/GroundingDINO. You can see what prompts are available there.

    • @FedericoBeron087
      @FedericoBeron087 ปีที่แล้ว

      @@giswqs Thanks a lot, I will try it!

  • @sophiez7952
    @sophiez7952 ปีที่แล้ว

    I cannot get the environment in arcgis

  • @fruuuco
    @fruuuco 6 หลายเดือนก่อน

    i have a problem with sam = LangSAM()
    do anybody know how to solve it?
    RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

  • @minbinjiang356
    @minbinjiang356 ปีที่แล้ว

    Hi Dr Wu - thanks for this. Just let you know I'm getting an error at sam=LangSAM(). Error message: OSError: Only py/yml/yaml/json type are supported now!

    • @giswqs
      @giswqs  ปีที่แล้ว

      Did you try it out on Google Colab?

    • @minbinjiang356
      @minbinjiang356 ปีที่แล้ว

      @@giswqs yes. But works ok in Colab. Reckon this is might due to the configuration file failed to be downloaded.