Skip to content

Commit 92bb838

Browse files
authored
Added interactive GUI for creating foreground and background markers (#44)
* Add interact GUI * Add functions for saving data * Add buttons for loading markers from file * Add function for loading markers * Add support for loading existing markers
1 parent 84b0549 commit 92bb838

File tree

4 files changed

+385
-39
lines changed

4 files changed

+385
-39
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,22 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
3434

3535
- Interactive segmentation with input prompts
3636

37-
![](https://i.imgur.com/GV7Rzxt.gif)
37+
![](https://i.imgur.com/2Nyg9uW.gif)
38+
39+
- Input prompts from existing files
40+
41+
![](https://i.imgur.com/Cb4ZaKY.gif)
3842

3943
## Tutorials
4044

4145
Video tutorials are available on my [YouTube Channel](https://youtube.com/@giswqs).
4246

4347
[![Alt text](https://img.youtube.com/vi/YHA_-QMB8_U/0.jpg)](https://www.youtube.com/playlist?list=PLAxJ4-o7ZoPcrg5RnZjkB_KY6tv96WO2h)
4448

49+
## Computing Resources
50+
51+
The Segment Anything Model is computationally intensive, and a powerful GPU is recommended to process large datasets. It is recommended to have a GPU with at least 8 GB of GPU memory. You can utilize the free GPU resources provided by Google Colab. Alternatively, you can apply for [AWS Cloud Credit for Research](https://aws.amazon.com/government-education/research-and-technical-computing/cloud-credit-for-research), which offers cloud credits to support academic research. If you are in the Greater China region, apply for the AWS Cloud Credit [here](https://aws.amazon.com/cn/events/educate_cloud/research-credits).
52+
4553
## Acknowledgements
4654

4755
This package was made possible by the following open source projects. Credit goes to the developers of these projects.

docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,22 @@ The **segment-geospatial** package draws its inspiration from [segment-anything-
3434

3535
- Interactive segmentation with input prompts
3636

37-
![](https://i.imgur.com/GV7Rzxt.gif)
37+
![](https://i.imgur.com/2Nyg9uW.gif)
38+
39+
- Input prompts from existing files
40+
41+
![](https://i.imgur.com/Cb4ZaKY.gif)
3842

3943
## Tutorials
4044

4145
Video tutorials are available on my [YouTube Channel](https://youtube.com/@giswqs).
4246

4347
[![Alt text](https://img.youtube.com/vi/YHA_-QMB8_U/0.jpg)](https://www.youtube.com/playlist?list=PLAxJ4-o7ZoPcrg5RnZjkB_KY6tv96WO2h)
4448

49+
## Computing Resources
50+
51+
The Segment Anything Model is computationally intensive, and a powerful GPU is recommended to process large datasets. It is recommended to have a GPU with at least 8 GB of GPU memory. You can utilize the free GPU resources provided by Google Colab. Alternatively, you can apply for [AWS Cloud Credit for Research](https://aws.amazon.com/government-education/research-and-technical-computing/cloud-credit-for-research), which offers cloud credits to support academic research. If you are in the Greater China region, apply for the AWS Cloud Credit [here](https://aws.amazon.com/cn/events/educate_cloud/research-credits).
52+
4553
## Acknowledgements
4654

4755
This package was made possible by the following open source projects. Credit goes to the developers of these projects.

0 commit comments

Comments
 (0)