qc903113684 commited on
Commit
feb6c7d
·
verified ·
1 Parent(s): 85bb05e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -5
README.md CHANGED
@@ -1,5 +1,33 @@
1
- ---
2
- license: other
3
- license_name: aplux-model-farm-license
4
- license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
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
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-23.png&w=640&q=75)
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)