Spaces:
Sleeping
Sleeping
Commit
·
96836cb
1
Parent(s):
e93d8c1
Updated readme
Browse files
README.md
CHANGED
@@ -10,4 +10,16 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# App for segmentation using FastSAM
|
14 |
+
|
15 |
+
## Features
|
16 |
+
- Image input/output: Upload image and check predictions
|
17 |
+
- Confidence Thresold: Confidence Thresold from NMS
|
18 |
+
- IoU Thresold: IoU thresold to remove overlapping detection boxes
|
19 |
+
|
20 |
+
## Usage
|
21 |
+
- Upload an image
|
22 |
+
- Change settings as requied
|
23 |
+
- Hit submit and view result
|
24 |
+
|
25 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|