Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -12,9 +12,12 @@ tags:
|
|
12 |
# FastSam-X: Optimized for Mobile Deployment
|
13 |
## Generate high quality segmentation mask on device
|
14 |
|
|
|
15 |
The Fast Segment Anything Model (FastSAM) is a novel, real-time CNN-based solution for the Segment Anything task. This task is designed to segment any object within an image based on various possible user interaction prompts. The model performs competitively despite significantly reduced computation, making it a practical choice for a variety of vision tasks.
|
16 |
|
17 |
-
This model is an implementation of
|
|
|
|
|
18 |
This repository provides scripts to run FastSam-X on Qualcomm® devices.
|
19 |
More details on model performance across various devices, can be found
|
20 |
[here](https://aihub.qualcomm.com/models/fastsam_x).
|
|
|
12 |
# FastSam-X: Optimized for Mobile Deployment
|
13 |
## Generate high quality segmentation mask on device
|
14 |
|
15 |
+
|
16 |
The Fast Segment Anything Model (FastSAM) is a novel, real-time CNN-based solution for the Segment Anything task. This task is designed to segment any object within an image based on various possible user interaction prompts. The model performs competitively despite significantly reduced computation, making it a practical choice for a variety of vision tasks.
|
17 |
|
18 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/CASIA-IVA-Lab/FastSAM).
|
19 |
+
|
20 |
+
|
21 |
This repository provides scripts to run FastSam-X on Qualcomm® devices.
|
22 |
More details on model performance across various devices, can be found
|
23 |
[here](https://aihub.qualcomm.com/models/fastsam_x).
|