Skip to content

Commit ea97200

Browse files
committed
Prep for v0.6.0
1 parent 563a99b commit ea97200

File tree

4 files changed

+30
-16
lines changed

4 files changed

+30
-16
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
1717

1818
- Download map tiles from Tile Map Service (TMS) servers and create GeoTIFF files
1919
- Segment GeoTIFF files using the Segment Anything Model (SAM)
20+
- Create foreground and background markers interactively
21+
- Load existing markers from vector datasets
2022
- Save segmentation results as common vector formats (GeoPackage, Shapefile, GeoJSON, etc.)
23+
- Save input prompts as GeoJSON files
2124
- Visualize segmentation results on interactive maps
2225

2326
## Examples

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v0.6.0 - May 16, 2023
4+
5+
**New Features**
6+
7+
- Added interactive GUI for creating foreground and background markers (#44)
8+
- Added support for custom projection bbox (#39)
9+
10+
**Improvements**
11+
12+
- Fixed Colab Marker AwesomeIcon bug (#50)
13+
- Added info about using SAM with Desktop GIS (#48)
14+
- Use proper extension in the usage documentation (#43)
15+
16+
**Demos**
17+
18+
- Interactive segmentation with input prompts
19+
20+
![](https://i.imgur.com/2Nyg9uW.gif)
21+
22+
- Input prompts from existing files
23+
24+
![](https://i.imgur.com/Cb4ZaKY.gif)
25+
326
## v0.5.0 - May 10, 2023
427

528
**New Features**

docs/examples/input_prompts.ipynb

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"cells": [
33
{
4-
"attachments": {},
54
"cell_type": "markdown",
65
"metadata": {},
76
"source": [
@@ -19,7 +18,6 @@
1918
]
2019
},
2120
{
22-
"attachments": {},
2321
"cell_type": "markdown",
2422
"metadata": {},
2523
"source": [
@@ -38,7 +36,6 @@
3836
]
3937
},
4038
{
41-
"attachments": {},
4239
"cell_type": "markdown",
4340
"metadata": {},
4441
"source": [
@@ -66,7 +63,6 @@
6663
]
6764
},
6865
{
69-
"attachments": {},
7066
"cell_type": "markdown",
7167
"metadata": {},
7268
"source": [
@@ -85,7 +81,6 @@
8581
]
8682
},
8783
{
88-
"attachments": {},
8984
"cell_type": "markdown",
9085
"metadata": {},
9186
"source": [
@@ -117,7 +112,6 @@
117112
]
118113
},
119114
{
120-
"attachments": {},
121115
"cell_type": "markdown",
122116
"metadata": {},
123117
"source": [
@@ -134,7 +128,6 @@
134128
]
135129
},
136130
{
137-
"attachments": {},
138131
"cell_type": "markdown",
139132
"metadata": {},
140133
"source": [
@@ -153,7 +146,6 @@
153146
]
154147
},
155148
{
156-
"attachments": {},
157149
"cell_type": "markdown",
158150
"metadata": {},
159151
"source": [
@@ -173,7 +165,6 @@
173165
]
174166
},
175167
{
176-
"attachments": {},
177168
"cell_type": "markdown",
178169
"metadata": {},
179170
"source": [
@@ -195,7 +186,6 @@
195186
]
196187
},
197188
{
198-
"attachments": {},
199189
"cell_type": "markdown",
200190
"metadata": {},
201191
"source": [
@@ -212,7 +202,6 @@
212202
]
213203
},
214204
{
215-
"attachments": {},
216205
"cell_type": "markdown",
217206
"metadata": {},
218207
"source": [
@@ -236,7 +225,6 @@
236225
]
237226
},
238227
{
239-
"attachments": {},
240228
"cell_type": "markdown",
241229
"metadata": {},
242230
"source": [
@@ -256,7 +244,6 @@
256244
]
257245
},
258246
{
259-
"attachments": {},
260247
"cell_type": "markdown",
261248
"metadata": {},
262249
"source": [
@@ -276,15 +263,13 @@
276263
]
277264
},
278265
{
279-
"attachments": {},
280266
"cell_type": "markdown",
281267
"metadata": {},
282268
"source": [
283-
"![](https://i.imgur.com/GV7Rzxt.gif)"
269+
"![](https://i.imgur.com/2Nyg9uW.gif)"
284270
]
285271
},
286272
{
287-
"attachments": {},
288273
"cell_type": "markdown",
289274
"metadata": {},
290275
"source": []

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
1717

1818
- Download map tiles from Tile Map Service (TMS) servers and create GeoTIFF files
1919
- Segment GeoTIFF files using the Segment Anything Model (SAM)
20+
- Create foreground and background markers interactively
21+
- Load existing markers from vector datasets
2022
- Save segmentation results as common vector formats (GeoPackage, Shapefile, GeoJSON, etc.)
23+
- Save input prompts as GeoJSON files
2124
- Visualize segmentation results on interactive maps
2225

2326
## Examples

0 commit comments

Comments
 (0)