Commit
·
57c3c7b
1
Parent(s):
fc4338c
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_household_objects_512x512_quant_n2x_cpu_1.n2x filter=lfs diff=lfs merge=lfs -text
|
labels_household_objects.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": "Shelf",
|
| 3 |
+
"1": "Cabinetry",
|
| 4 |
+
"2": "Bench",
|
| 5 |
+
"3": "Chair",
|
| 6 |
+
"4": "Bathroom accessory",
|
| 7 |
+
"5": "Plant",
|
| 8 |
+
"6": "Flowerpot",
|
| 9 |
+
"7": "Pillow",
|
| 10 |
+
"8": "Bed",
|
| 11 |
+
"9": "Fireplace",
|
| 12 |
+
"10": "Table",
|
| 13 |
+
"11": "Swimming pool",
|
| 14 |
+
"12": "Computer monitor",
|
| 15 |
+
"13": "Refrigerator",
|
| 16 |
+
"14": "Sink",
|
| 17 |
+
"15": "Door",
|
| 18 |
+
"16": "Kitchen appliance"
|
| 19 |
+
|
| 20 |
+
}
|
yolo_v5s_household_objects_512x512_quant_n2x_cpu_1.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ConfigVersion": 2,
|
| 3 |
+
"MODEL_PARAMETERS": [
|
| 4 |
+
{
|
| 5 |
+
"ModelPath": "yolo_v5s_household_objects_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 |
+
239,
|
| 26 |
+
234
|
| 27 |
+
],
|
| 28 |
+
"OutputPostprocessType": "DetectionYolo",
|
| 29 |
+
"LabelsPath": "labels_household_objects.json",
|
| 30 |
+
"OutputConfThreshold": 0.3,
|
| 31 |
+
"MaxDetections": 20,
|
| 32 |
+
"OutputNMSThreshold": 0.6,
|
| 33 |
+
"MaxDetectionsPerClass": 100,
|
| 34 |
+
"MaxClassesPerDetection": 1,
|
| 35 |
+
"UseRegularNMS": false,
|
| 36 |
+
"OutputNumClasses": 17
|
| 37 |
+
}
|
| 38 |
+
],
|
| 39 |
+
"DEVICE": [
|
| 40 |
+
{
|
| 41 |
+
"RuntimeAgent": "N2X",
|
| 42 |
+
"DeviceType": "CPU"
|
| 43 |
+
}
|
| 44 |
+
],
|
| 45 |
+
"Checksum": "90b8986be9beff8c14a648c77617a1130a321d3f1435c279f9b77c1d35357476"
|
| 46 |
+
}
|
yolo_v5s_household_objects_512x512_quant_n2x_cpu_1.n2x
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90b8986be9beff8c14a648c77617a1130a321d3f1435c279f9b77c1d35357476
|
| 3 |
+
size 7862400
|