Upload 16 files
Browse files- .gitattributes +5 -0
- model_farm_pidnet_qcs6490_qnn2.31_int8_aidlite/README.md +43 -0
- model_farm_pidnet_qcs6490_qnn2.31_int8_aidlite/models/PidNet_w8a8.qnn231.ctx.bin +3 -0
- model_farm_pidnet_qcs6490_qnn2.31_int8_aidlite/python/bus.jpg +3 -0
- model_farm_pidnet_qcs6490_qnn2.31_w8a16_aidlite/README.md +43 -0
- model_farm_pidnet_qcs6490_qnn2.31_w8a16_aidlite/models/PidNet_w8a16.qnn231.ctx.bin +3 -0
- model_farm_pidnet_qcs6490_qnn2.31_w8a16_aidlite/python/bus.jpg +3 -0
- model_farm_pidnet_qcs8550_qnn2.31_fp16_aidlite/README.md +43 -0
- model_farm_pidnet_qcs8550_qnn2.31_fp16_aidlite/models/PidNet_fp16.qnn231.ctx.bin +3 -0
- model_farm_pidnet_qcs8550_qnn2.31_fp16_aidlite/python/bus.jpg +3 -0
- model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/README.md +43 -0
- model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/models/PidNet_w8a8.qnn231.ctx.bin +3 -0
- model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/models/htp_backend_extensions.json +1 -0
- model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/python/bus.jpg +3 -0
- model_farm_pidnet_qcs8550_qnn2.31_w8a16_aidlite/README.md +43 -0
- model_farm_pidnet_qcs8550_qnn2.31_w8a16_aidlite/models/PidNet_w8a16.qnn231.ctx.bin +3 -0
- model_farm_pidnet_qcs8550_qnn2.31_w8a16_aidlite/python/bus.jpg +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
model_farm_pidnet_qcs6490_qnn2.31_int8_aidlite/python/bus.jpg filter=lfs diff=lfs merge=lfs -text
|
37 |
+
model_farm_pidnet_qcs6490_qnn2.31_w8a16_aidlite/python/bus.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
model_farm_pidnet_qcs8550_qnn2.31_fp16_aidlite/python/bus.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
+
model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/python/bus.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
+
model_farm_pidnet_qcs8550_qnn2.31_w8a16_aidlite/python/bus.jpg filter=lfs diff=lfs merge=lfs -text
|
model_farm_pidnet_qcs6490_qnn2.31_int8_aidlite/README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Model Information
|
2 |
+
|
3 |
+
### Source model
|
4 |
+
- Input shape: [1,3,1024,2048]
|
5 |
+
- Number of parameters: 7.62M
|
6 |
+
- Model size: 29.14M
|
7 |
+
- Output shape: [1,19,128,256]
|
8 |
+
|
9 |
+
Source model repository: [PidNet](https://github.com/XuJiacong/PIDNet)
|
10 |
+
|
11 |
+
### Converted model
|
12 |
+
|
13 |
+
- Precision: INT8
|
14 |
+
- Backend: QNN2.31
|
15 |
+
- Target Device: FV01 QCS6490
|
16 |
+
|
17 |
+
## Model Conversion Reference
|
18 |
+
User can find model conversion reference at [aimo.aidlux.com](https://aimo.aidlux.com/#/public/dbeff4ef-3608-4769-8b3d-7736054750d6)
|
19 |
+
|
20 |
+
## Inference with AidLite SDK
|
21 |
+
|
22 |
+
### SDK installation
|
23 |
+
Model Farm uses AidLite SDK as the model inference SDK. For details, please refer to the [AidLite Developer Documentation](https://v2.docs.aidlux.com/en/sdk-api/aidlite-sdk/)
|
24 |
+
|
25 |
+
- Install AidLite SDK
|
26 |
+
|
27 |
+
```bash
|
28 |
+
# Install the appropriate version of the aidlite sdk
|
29 |
+
sudo aid-pkg update
|
30 |
+
sudo aid-pkg install aidlite-sdk
|
31 |
+
# Download the qnn version that matches the above backend. Eg Install QNN2.23 Aidlite: sudo aid-pkg install aidlite-qnn223
|
32 |
+
sudo aid-pkg install aidlite-{QNN VERSION}
|
33 |
+
```
|
34 |
+
|
35 |
+
- Verify AidLite SDK
|
36 |
+
|
37 |
+
```bash
|
38 |
+
# aidlite sdk c++ check
|
39 |
+
python3 -c "import aidlite ; print(aidlite.get_library_version())"
|
40 |
+
|
41 |
+
# aidlite sdk python check
|
42 |
+
python3 -c "import aidlite ; print(aidlite.get_py_library_version())"
|
43 |
+
```
|
model_farm_pidnet_qcs6490_qnn2.31_int8_aidlite/models/PidNet_w8a8.qnn231.ctx.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de21c68d17bccf7308c26be046b6ac09fcf3d0c5e5e1c68ad7eba45b8c0a3336
|
3 |
+
size 8481848
|
model_farm_pidnet_qcs6490_qnn2.31_int8_aidlite/python/bus.jpg
ADDED
![]() |
Git LFS Details
|
model_farm_pidnet_qcs6490_qnn2.31_w8a16_aidlite/README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Model Information
|
2 |
+
|
3 |
+
### Source model
|
4 |
+
- Input shape: [1,3,1024,2048]
|
5 |
+
- Number of parameters: 7.62M
|
6 |
+
- Model size: 29.14M
|
7 |
+
- Output shape: [1,19,128,256]
|
8 |
+
|
9 |
+
Source model repository: [PidNet](https://github.com/XuJiacong/PIDNet)
|
10 |
+
|
11 |
+
### Converted model
|
12 |
+
|
13 |
+
- Precision: W8A16
|
14 |
+
- Backend: QNN2.31
|
15 |
+
- Target Device: FV01 QCS6490
|
16 |
+
|
17 |
+
## Model Conversion Reference
|
18 |
+
User can find model conversion reference at [aimo.aidlux.com](https://aimo.aidlux.com/#/public/9bc8c6fe-2e52-4a61-bacb-a3b33565277b)
|
19 |
+
|
20 |
+
## Inference with AidLite SDK
|
21 |
+
|
22 |
+
### SDK installation
|
23 |
+
Model Farm uses AidLite SDK as the model inference SDK. For details, please refer to the [AidLite Developer Documentation](https://v2.docs.aidlux.com/en/sdk-api/aidlite-sdk/)
|
24 |
+
|
25 |
+
- Install AidLite SDK
|
26 |
+
|
27 |
+
```bash
|
28 |
+
# Install the appropriate version of the aidlite sdk
|
29 |
+
sudo aid-pkg update
|
30 |
+
sudo aid-pkg install aidlite-sdk
|
31 |
+
# Download the qnn version that matches the above backend. Eg Install QNN2.23 Aidlite: sudo aid-pkg install aidlite-qnn223
|
32 |
+
sudo aid-pkg install aidlite-{QNN VERSION}
|
33 |
+
```
|
34 |
+
|
35 |
+
- Verify AidLite SDK
|
36 |
+
|
37 |
+
```bash
|
38 |
+
# aidlite sdk c++ check
|
39 |
+
python3 -c "import aidlite ; print(aidlite.get_library_version())"
|
40 |
+
|
41 |
+
# aidlite sdk python check
|
42 |
+
python3 -c "import aidlite ; print(aidlite.get_py_library_version())"
|
43 |
+
```
|
model_farm_pidnet_qcs6490_qnn2.31_w8a16_aidlite/models/PidNet_w8a16.qnn231.ctx.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9015ce92616cab530f2c208c4576a249a2313f1fbd756aa8fb3c8906549f78a1
|
3 |
+
size 9477176
|
model_farm_pidnet_qcs6490_qnn2.31_w8a16_aidlite/python/bus.jpg
ADDED
![]() |
Git LFS Details
|
model_farm_pidnet_qcs8550_qnn2.31_fp16_aidlite/README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Model Information
|
2 |
+
|
3 |
+
### Source model
|
4 |
+
- Input shape: [1,3,1024,2048]
|
5 |
+
- Number of parameters: 7.62M
|
6 |
+
- Model size: 29.14M
|
7 |
+
- Output shape: [1,19,128,256]
|
8 |
+
|
9 |
+
Source model repository: [PidNet](https://github.com/XuJiacong/PIDNet)
|
10 |
+
|
11 |
+
### Converted model
|
12 |
+
|
13 |
+
- Precision: FP16
|
14 |
+
- Backend: QNN2.31
|
15 |
+
- Target Device: SNM972 QCS8550
|
16 |
+
|
17 |
+
## Model Conversion Reference
|
18 |
+
User can find model conversion reference at [aimo.aidlux.com](https://aimo.aidlux.com/#/public/378c1dad-6220-457b-9576-c22c477f5d24)
|
19 |
+
|
20 |
+
## Inference with AidLite SDK
|
21 |
+
|
22 |
+
### SDK installation
|
23 |
+
Model Farm uses AidLite SDK as the model inference SDK. For details, please refer to the [AidLite Developer Documentation](https://v2.docs.aidlux.com/en/sdk-api/aidlite-sdk/)
|
24 |
+
|
25 |
+
- Install AidLite SDK
|
26 |
+
|
27 |
+
```bash
|
28 |
+
# Install the appropriate version of the aidlite sdk
|
29 |
+
sudo aid-pkg update
|
30 |
+
sudo aid-pkg install aidlite-sdk
|
31 |
+
# Download the qnn version that matches the above backend. Eg Install QNN2.23 Aidlite: sudo aid-pkg install aidlite-qnn223
|
32 |
+
sudo aid-pkg install aidlite-{QNN VERSION}
|
33 |
+
```
|
34 |
+
|
35 |
+
- Verify AidLite SDK
|
36 |
+
|
37 |
+
```bash
|
38 |
+
# aidlite sdk c++ check
|
39 |
+
python3 -c "import aidlite ; print(aidlite.get_library_version())"
|
40 |
+
|
41 |
+
# aidlite sdk python check
|
42 |
+
python3 -c "import aidlite ; print(aidlite.get_py_library_version())"
|
43 |
+
```
|
model_farm_pidnet_qcs8550_qnn2.31_fp16_aidlite/models/PidNet_fp16.qnn231.ctx.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e3525a6bebb890e30e55a2a3ddcd5b574e74ae72427750fa15f5fd78775bf10
|
3 |
+
size 16799096
|
model_farm_pidnet_qcs8550_qnn2.31_fp16_aidlite/python/bus.jpg
ADDED
![]() |
Git LFS Details
|
model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Model Information
|
2 |
+
|
3 |
+
### Source model
|
4 |
+
- Input shape: [1,3,1024,2048]
|
5 |
+
- Number of parameters: 7.62M
|
6 |
+
- Model size: 29.14M
|
7 |
+
- Output shape: [1,19,128,256]
|
8 |
+
|
9 |
+
Source model repository: [PidNet](https://github.com/XuJiacong/PIDNet)
|
10 |
+
|
11 |
+
### Converted model
|
12 |
+
|
13 |
+
- Precision: INT8
|
14 |
+
- Backend: QNN2.31
|
15 |
+
- Target Device: SNM972 QCS8550
|
16 |
+
|
17 |
+
## Model Conversion Reference
|
18 |
+
User can find model conversion reference at [aimo.aidlux.com](https://aimo.aidlux.com/#/public/cc7ce499-e0d4-4333-9c7b-0dd280ffa79f)
|
19 |
+
|
20 |
+
## Inference with AidLite SDK
|
21 |
+
|
22 |
+
### SDK installation
|
23 |
+
Model Farm uses AidLite SDK as the model inference SDK. For details, please refer to the [AidLite Developer Documentation](https://v2.docs.aidlux.com/en/sdk-api/aidlite-sdk/)
|
24 |
+
|
25 |
+
- Install AidLite SDK
|
26 |
+
|
27 |
+
```bash
|
28 |
+
# Install the appropriate version of the aidlite sdk
|
29 |
+
sudo aid-pkg update
|
30 |
+
sudo aid-pkg install aidlite-sdk
|
31 |
+
# Download the qnn version that matches the above backend. Eg Install QNN2.23 Aidlite: sudo aid-pkg install aidlite-qnn223
|
32 |
+
sudo aid-pkg install aidlite-{QNN VERSION}
|
33 |
+
```
|
34 |
+
|
35 |
+
- Verify AidLite SDK
|
36 |
+
|
37 |
+
```bash
|
38 |
+
# aidlite sdk c++ check
|
39 |
+
python3 -c "import aidlite ; print(aidlite.get_library_version())"
|
40 |
+
|
41 |
+
# aidlite sdk python check
|
42 |
+
python3 -c "import aidlite ; print(aidlite.get_py_library_version())"
|
43 |
+
```
|
model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/models/PidNet_w8a8.qnn231.ctx.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8224d97d98b0bc8479e7f0389d0a207bedc46bdf1997638ff540331b59c42f9d
|
3 |
+
size 8170552
|
model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/models/htp_backend_extensions.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"backend_extensions": {"shared_library_path": "/home/opt/qcom/aistack/qairt/2.31.0.250130/lib/x86_64-linux-clang/libQnnHtpNetRunExtensions.so", "config_file_path": "/data0/ai-transform-data/data/a828a485-b328-4bd6-a238-2b7145bd73f3/PidNet_save_path/htp_config.json"}}
|
model_farm_pidnet_qcs8550_qnn2.31_int8_aidlite/python/bus.jpg
ADDED
![]() |
Git LFS Details
|
model_farm_pidnet_qcs8550_qnn2.31_w8a16_aidlite/README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Model Information
|
2 |
+
|
3 |
+
### Source model
|
4 |
+
- Input shape: [1,3,1024,2048]
|
5 |
+
- Number of parameters: 7.62M
|
6 |
+
- Model size: 29.14M
|
7 |
+
- Output shape: [1,19,128,256]
|
8 |
+
|
9 |
+
Source model repository: [PidNet](https://github.com/XuJiacong/PIDNet)
|
10 |
+
|
11 |
+
### Converted model
|
12 |
+
|
13 |
+
- Precision: W8A16
|
14 |
+
- Backend: QNN2.31
|
15 |
+
- Target Device: SNM972 QCS8550
|
16 |
+
|
17 |
+
## Model Conversion Reference
|
18 |
+
User can find model conversion reference at [aimo.aidlux.com](https://aimo.aidlux.com/#/public/bd9876b1-0725-48f7-847b-af2d95648023)
|
19 |
+
|
20 |
+
## Inference with AidLite SDK
|
21 |
+
|
22 |
+
### SDK installation
|
23 |
+
Model Farm uses AidLite SDK as the model inference SDK. For details, please refer to the [AidLite Developer Documentation](https://v2.docs.aidlux.com/en/sdk-api/aidlite-sdk/)
|
24 |
+
|
25 |
+
- Install AidLite SDK
|
26 |
+
|
27 |
+
```bash
|
28 |
+
# Install the appropriate version of the aidlite sdk
|
29 |
+
sudo aid-pkg update
|
30 |
+
sudo aid-pkg install aidlite-sdk
|
31 |
+
# Download the qnn version that matches the above backend. Eg Install QNN2.23 Aidlite: sudo aid-pkg install aidlite-qnn223
|
32 |
+
sudo aid-pkg install aidlite-{QNN VERSION}
|
33 |
+
```
|
34 |
+
|
35 |
+
- Verify AidLite SDK
|
36 |
+
|
37 |
+
```bash
|
38 |
+
# aidlite sdk c++ check
|
39 |
+
python3 -c "import aidlite ; print(aidlite.get_library_version())"
|
40 |
+
|
41 |
+
# aidlite sdk python check
|
42 |
+
python3 -c "import aidlite ; print(aidlite.get_py_library_version())"
|
43 |
+
```
|
model_farm_pidnet_qcs8550_qnn2.31_w8a16_aidlite/models/PidNet_w8a16.qnn231.ctx.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a8fdd6834a757d03a7f4e9ab398be47e0b248fdb30f2752098b031219ee1874
|
3 |
+
size 8756280
|
model_farm_pidnet_qcs8550_qnn2.31_w8a16_aidlite/python/bus.jpg
ADDED
![]() |
Git LFS Details
|