qc903113684 commited on
Commit
c87e950
·
verified ·
1 Parent(s): dea8903

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -5
README.md CHANGED
@@ -1,5 +1,38 @@
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: 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
+ pipeline_tag: image-segmentation
6
+ tags:
7
+ - AIoT
8
+ - QNN
9
+ ---
10
+
11
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F20250320024823_%25E5%259B%25BE1(6).png&w=640&q=75)
12
+
13
+ ## CLIPSeg: Semantic Segmentation
14
+
15
+ CLIPSeg is an open-vocabulary image segmentation model that combines the CLIP model's powerful vision-language alignment with a Transformer-based segmentation architecture. Developed by Heidelberg University, it allows users to segment objects in an image by simply providing natural language prompts like "a dog" or "the red car." CLIPSeg excels in zero-shot generalization and does not require category-specific training, making it suitable for diverse and dynamic scenarios. It is widely used in applications such as image editing, human-computer interaction, and robotics, where both language understanding and visual perception are essential.
16
+
17
+ ### Source model
18
+
19
+ - Input shape: [[1,3,352,352]],[[1,77],[1,77]], [[1,485,768],[1,485,768], [1,485,768],[1,512]]
20
+ - Number of parameters: 68.31M, 60.49M, 1.07M
21
+ - Model size: 275.98M, 245.77M, 4.99M
22
+ - Output shape: [[1,485,768],[1,485,768],[1,485,768]], [[1,512]], [[1,352,352]]
23
+
24
+ The source model can be found [here](https://github.com/timojl/clipseg)
25
+
26
+ ## Performance Reference
27
+
28
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
29
+
30
+ ## Inference & Model Conversion
31
+
32
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
33
+
34
+ ## License
35
+
36
+ - Source Model: [MIT](https://github.com/timojl/clipseg/blob/master/LICENSE)
37
+
38
+ - Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)