jhj0517 commited on
Commit
449f6c3
·
1 Parent(s): 49cf030

Add mirror models

Browse files
labels_animal_det.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "0": "Alpaca",
3
+ "1": "Antelope",
4
+ "2": "Armadillo",
5
+ "3": "Brown bear",
6
+ "4": "Bull",
7
+ "5": "Camel",
8
+ "6": "Cattle",
9
+ "7": "Cheetah",
10
+ "8": "Deer",
11
+ "9": "Dinosaur",
12
+ "10": "Elephant",
13
+ "11": "Fox",
14
+ "12": "Giraffe",
15
+ "13": "Goat",
16
+ "14": "Hedgehog",
17
+ "15": "Hippopotamus",
18
+ "16": "Horse",
19
+ "17": "Jaguar (Animal)",
20
+ "18": "Kangaroo",
21
+ "19": "Koala",
22
+ "20": "Leopard",
23
+ "21": "Lion",
24
+ "22": "Lizard",
25
+ "23": "Lynx",
26
+ "24": "Monkey",
27
+ "25": "Mouse",
28
+ "26": "Mule",
29
+ "27": "Panda",
30
+ "28": "Pig",
31
+ "29": "Rabbit",
32
+ "30": "Raccoon",
33
+ "31": "Red panda",
34
+ "32": "Rhinoceros",
35
+ "33": "Sheep",
36
+ "34": "Skunk",
37
+ "35": "Snail",
38
+ "36": "Snake",
39
+ "37": "Spider",
40
+ "38": "Squirrel",
41
+ "39": "Tiger",
42
+ "40": "Tortoise",
43
+ "41": "Turkey",
44
+ "42": "Zebra",
45
+ "43": "Bear"
46
+ }
yolo_v5s_animal_det_512x512_quant_n2x_cpu_1.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ConfigVersion": 2,
3
+ "MODEL_PARAMETERS": [
4
+ {
5
+ "ModelPath": "yolo_v5s_animal_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
+ 239,
26
+ 234
27
+ ],
28
+ "OutputPostprocessType": "DetectionYolo",
29
+ "LabelsPath": "labels_animal_det.json",
30
+ "OutputConfThreshold": 0.3,
31
+ "MaxDetections": 20,
32
+ "OutputNMSThreshold": 0.6,
33
+ "MaxDetectionsPerClass": 100,
34
+ "MaxClassesPerDetection": 1,
35
+ "UseRegularNMS": false,
36
+ "OutputNumClasses": 44
37
+ }
38
+ ],
39
+ "DEVICE": [
40
+ {
41
+ "RuntimeAgent": "N2X",
42
+ "DeviceType": "CPU"
43
+ }
44
+ ],
45
+ "Checksum": "c15a88059097db210af8ada23683b240c854e42a8acdf5e71ac3fde7922230a4"
46
+ }