Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
license_name:
|
4 |
-
license_link: https://
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
license_name: agpl-3.0
|
4 |
+
license_link: https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE
|
5 |
+
---
|
6 |
+
|
7 |
+

|
8 |
+
|
9 |
+
## FastSAM-X: Semantic Segmentation
|
10 |
+
|
11 |
+
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. FastSAM significantly reduces computational demands while maintaining competitive performance, making it a practical choice for a variety of vision tasks.
|
12 |
+
|
13 |
+
### Source model
|
14 |
+
- Input shape: 640x640
|
15 |
+
- Number of paramaters: 68.89M
|
16 |
+
- Model size: 277.39M
|
17 |
+
- Output shape: 1x37x8400,1x32x160x160
|
18 |
+
|
19 |
+
Source model repository: [FastSAM](https://github.com/CASIA-IVA-Lab/FastSAM)
|
20 |
+
|
21 |
+
## Performance Reference
|
22 |
+
|
23 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
24 |
+
|
25 |
+
## Inference & Model Conversion
|
26 |
+
|
27 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
28 |
+
|
29 |
+
## License
|
30 |
+
|
31 |
+
- Source Model: [AGPL-3.0](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE)
|
32 |
+
|
33 |
+
- Deployable Model: [AGPL-3.0](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE)
|