Skip to content

Commit

Permalink
try out some segmentation methods for burn scar (before we blow it up…
Browse files Browse the repository at this point in the history
… with SAM)
  • Loading branch information
GondekNP committed May 17, 2024
1 parent 49004cf commit 562e3b5
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 22 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ exploratory/*.zip
exploratory/*.gdb

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json
gha-creds-*.json

# Ignore massive segmentanything .pth used for exploratory
exploratory/sam_*
386 changes: 365 additions & 21 deletions exploratory/derived_boundary_eda.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/static/upload/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ <h3>Satellite Observations</h3>
if ($("#shp_zip").prop("disabled")) {
// Get the drawn shape
var drawnGeojson = editableLayers.toGeoJSON();
console.log(drawnGeojson);
formData.append("geojson", JSON.stringify(drawnGeojson));
var deriveBoundary = true;

Expand Down

0 comments on commit 562e3b5

Please sign in to comment.