qc903113684 commited on
Commit
5b9e8fe
·
verified ·
1 Parent(s): b977a1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -5
README.md CHANGED
@@ -1,5 +1,34 @@
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
+ ---
6
+
7
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F%25E5%259B%25BE-37.png&w=640&q=75)
8
+
9
+ ## FFNet-78S: Semantic Segmentation
10
+
11
+ FFNets are families of Simple and Efficient Architectures, which demonstrate the effectiveness of for the task of Semantic Image Segmentation. The model definitions and pre-trained weights for the models introduced in the paper Simple and Efficient Architectures for Semantic Segmentation, published at the Efficient Deep Learning for Computer Vision Workshop at CVPR 2022. FFNet stands for "Fuss-Free Networks", and utilize a simple ResNet-like backbone, and a tiny convolution-only head to produce multi-scale features that are useful for various tasks.
12
+
13
+ ### Source model
14
+
15
+ - Input shape: 1x3x512x1024
16
+ - Number of parameters:27.49M
17
+ - Model size: 105MB
18
+ - Output shape: 1x19x64x128
19
+
20
+ Source model repository: [FFNet-78S](https://github.com/Qualcomm-AI-research/FFNet)
21
+
22
+ ## Performance Reference
23
+
24
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
25
+
26
+ ## Inference & Model Conversion
27
+
28
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
29
+
30
+ ## License
31
+
32
+ - Source Model: [BSD-3-CLAUSE](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE)
33
+
34
+ - Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)