shashichilappagari
commited on
Commit
•
5f534d4
1
Parent(s):
b0fb7b7
Adding model files
Browse files
.gitattributes
CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
yolo_v5s_face_det_512x512_quant_n2x_cpu_1.n2x filter=lfs diff=lfs merge=lfs -text
|
labels_face_det.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "face"
|
3 |
+
}
|
yolo_v5s_face_det_512x512_quant_n2x_cpu_1.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ConfigVersion": 2,
|
3 |
+
"MODEL_PARAMETERS": [
|
4 |
+
{
|
5 |
+
"ModelPath": "yolo_v5s_face_det_512x512_quant_n2x_cpu_1.n2x",
|
6 |
+
"ModelQuantEn": true,
|
7 |
+
"ModelInputN": 1,
|
8 |
+
"ModelInputH": 512,
|
9 |
+
"ModelInputW": 512,
|
10 |
+
"ModelInputC": 3
|
11 |
+
}
|
12 |
+
],
|
13 |
+
"PRE_PROCESS": [
|
14 |
+
{
|
15 |
+
"InputImgFmt": "JPEG",
|
16 |
+
"InputImgSliceType": "SLICE2",
|
17 |
+
"InputImgNormEn": false
|
18 |
+
}
|
19 |
+
],
|
20 |
+
"POST_PROCESS": [
|
21 |
+
{
|
22 |
+
"PostProcessorInputs": [
|
23 |
+
229,
|
24 |
+
244,
|
25 |
+
234,
|
26 |
+
239
|
27 |
+
],
|
28 |
+
"OutputPostprocessType": "DetectionYolo",
|
29 |
+
"LabelsPath": "labels_face_det.json",
|
30 |
+
"OutputConfThreshold": 0.3,
|
31 |
+
"MaxDetections": 20,
|
32 |
+
"OutputNMSThreshold": 0.6,
|
33 |
+
"MaxDetectionsPerClass": 100,
|
34 |
+
"MaxClassesPerDetection": 1,
|
35 |
+
"UseRegularNMS": false,
|
36 |
+
"OutputNumClasses": 1
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"DEVICE": [
|
40 |
+
{
|
41 |
+
"RuntimeAgent": "N2X",
|
42 |
+
"DeviceType": "CPU"
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"Checksum": "414ddf4d6d1e33fb2e64d52184b38a1fde238914622d89d2fefe79c8522b7653"
|
46 |
+
}
|
yolo_v5s_face_det_512x512_quant_n2x_cpu_1.n2x
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:414ddf4d6d1e33fb2e64d52184b38a1fde238914622d89d2fefe79c8522b7653
|
3 |
+
size 7818824
|