qc903113684 commited on
Commit
d60797f
·
verified ·
1 Parent(s): 89d8c49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: agpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ ---
4
+
5
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-24.png&w=640&q=75)
6
+
7
+ ## FastSAM-S: Semantic Segmentation
8
+
9
+ 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.
10
+
11
+ ### Source model
12
+ - Input shape: 640x640
13
+ - Number of parameters: 11.24M
14
+ - Model size: 45.0MB
15
+ - Output shape: 1x37x8400,1x32x160x160
16
+
17
+ Source model repository: [FastSAM](https://github.com/CASIA-IVA-Lab/FastSAM)
18
+
19
+ ## Performance Reference
20
+
21
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
22
+
23
+ ## Inference & Model Conversion
24
+
25
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
26
+
27
+ ## License
28
+
29
+ - Source Model: [AGPL-3.0](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE)
30
+
31
+ - Deployable Model: [AGPL-3.0](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE)