shashichilappagari
commited on
Commit
•
ba36194
1
Parent(s):
86d375f
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_lp_ocr_256x256_quant_n2x_cpu_1.n2x filter=lfs diff=lfs merge=lfs -text
|
labels_lp_ocr.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"0": "0",
|
3 |
+
"1": "1",
|
4 |
+
"2": "2",
|
5 |
+
"3": "3",
|
6 |
+
"4": "4",
|
7 |
+
"5": "5",
|
8 |
+
"6": "6",
|
9 |
+
"7": "7",
|
10 |
+
"8": "8",
|
11 |
+
"9": "9",
|
12 |
+
"10": "A",
|
13 |
+
"11": "B",
|
14 |
+
"12": "C",
|
15 |
+
"13": "D",
|
16 |
+
"14": "E",
|
17 |
+
"15": "F",
|
18 |
+
"16": "G",
|
19 |
+
"17": "H",
|
20 |
+
"18": "I",
|
21 |
+
"19": "J",
|
22 |
+
"20": "K",
|
23 |
+
"21": "L",
|
24 |
+
"22": "M",
|
25 |
+
"23": "N",
|
26 |
+
"24": "O",
|
27 |
+
"25": "P",
|
28 |
+
"26": "Q",
|
29 |
+
"27": "R",
|
30 |
+
"28": "S",
|
31 |
+
"29": "T",
|
32 |
+
"30": "U",
|
33 |
+
"31": "V",
|
34 |
+
"32": "W",
|
35 |
+
"33": "X",
|
36 |
+
"34": "Y",
|
37 |
+
"35": "Z"
|
38 |
+
}
|
yolo_v5s_lp_ocr_256x256_quant_n2x_cpu_1.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ConfigVersion": 2,
|
3 |
+
"MODEL_PARAMETERS": [
|
4 |
+
{
|
5 |
+
"ModelPath": "yolo_v5s_lp_ocr_256x256_quant_n2x_cpu_1.n2x",
|
6 |
+
"ModelQuantEn": true,
|
7 |
+
"ModelInputN": 1,
|
8 |
+
"ModelInputH": 256,
|
9 |
+
"ModelInputW": 256,
|
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": "DetectionYoloPlates",
|
29 |
+
"LabelsPath": "labels_lp_ocr.json",
|
30 |
+
"OutputConfThreshold": 0.3,
|
31 |
+
"MaxDetections": 20,
|
32 |
+
"OutputNMSThreshold": 0.6,
|
33 |
+
"MaxDetectionsPerClass": 100,
|
34 |
+
"MaxClassesPerDetection": 1,
|
35 |
+
"UseRegularNMS": false,
|
36 |
+
"OutputNumClasses": 36
|
37 |
+
}
|
38 |
+
],
|
39 |
+
"DEVICE": [
|
40 |
+
{
|
41 |
+
"RuntimeAgent": "N2X",
|
42 |
+
"DeviceType": "CPU"
|
43 |
+
}
|
44 |
+
],
|
45 |
+
"Checksum": "4211df6f76b8045daff17932872b9200a93f0bd11fc2d2dc90aa69ede0f94001"
|
46 |
+
}
|
yolo_v5s_lp_ocr_256x256_quant_n2x_cpu_1.n2x
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4211df6f76b8045daff17932872b9200a93f0bd11fc2d2dc90aa69ede0f94001
|
3 |
+
size 7432096
|