Spaces:
Sleeping
Sleeping
File size: 554 Bytes
3b4885d 96836cb 3b4885d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
title: FastSAM
emoji: π
colorFrom: blue
colorTo: yellow
sdk: gradio
sdk_version: 4.39.0
app_file: app.py
pinned: false
license: mit
---
# App for segmentation using FastSAM
## Features
- Image input/output: Upload image and check predictions
- Confidence Thresold: Confidence Thresold from NMS
- IoU Thresold: IoU thresold to remove overlapping detection boxes
## Usage
- Upload an image
- Change settings as requied
- Hit submit and view result
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|