apocaliss92 commited on
Commit
604e912
·
verified ·
1 Parent(s): 0810df6

add vehicleClassification/vehicle-type-v1 small classifier (onnx+openvino+coreml+labels)

Browse files
vehicleClassification/vehicle-type-v1/coreml/vehicle-type-v1-labels.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "Ambulance",
4
+ "Bicycle",
5
+ "Bus",
6
+ "Car",
7
+ "Motorcycle",
8
+ "Taxi",
9
+ "Truck",
10
+ "Van"
11
+ ],
12
+ "input_size": 224,
13
+ "num_classes": 8,
14
+ "preprocess": {
15
+ "normalize": "imagenet",
16
+ "mean": [
17
+ 0.485,
18
+ 0.456,
19
+ 0.406
20
+ ],
21
+ "std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "channels": "RGB",
27
+ "layout": "NCHW"
28
+ },
29
+ "arch": "mobilenet_v3_large",
30
+ "source": "torchvision IMAGENET1K_V2 fine-tuned on DrBimmer/vehicle-classification road subset",
31
+ "license": "BSD-3-Clause (torchvision) / dataset per-source",
32
+ "output": "logits (apply softmax)",
33
+ "best_val_acc": 0.8938
34
+ }
vehicleClassification/vehicle-type-v1/coreml/vehicle-type-v1.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a555f0b87a195f725bf09ced2361ae3cb07542e5e379cbc1c98a168dc78c3756
3
+ size 118233
vehicleClassification/vehicle-type-v1/coreml/vehicle-type-v1.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26cf66168010daa0a1d33a2fc12305e0e7465c977840861b4bf470c8cae8a7b8
3
+ size 8409856
vehicleClassification/vehicle-type-v1/coreml/vehicle-type-v1.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "B1DBCBF0-E693-4DDD-B03B-48C64BBF7110": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "E1211D56-A8AD-44F0-81B4-5ED581D52CD1": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "B1DBCBF0-E693-4DDD-B03B-48C64BBF7110"
18
+ }
vehicleClassification/vehicle-type-v1/onnx/vehicle-type-v1-labels.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "Ambulance",
4
+ "Bicycle",
5
+ "Bus",
6
+ "Car",
7
+ "Motorcycle",
8
+ "Taxi",
9
+ "Truck",
10
+ "Van"
11
+ ],
12
+ "input_size": 224,
13
+ "num_classes": 8,
14
+ "preprocess": {
15
+ "normalize": "imagenet",
16
+ "mean": [
17
+ 0.485,
18
+ 0.456,
19
+ 0.406
20
+ ],
21
+ "std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "channels": "RGB",
27
+ "layout": "NCHW"
28
+ },
29
+ "arch": "mobilenet_v3_large",
30
+ "source": "torchvision IMAGENET1K_V2 fine-tuned on DrBimmer/vehicle-classification road subset",
31
+ "license": "BSD-3-Clause (torchvision) / dataset per-source",
32
+ "output": "logits (apply softmax)",
33
+ "best_val_acc": 0.8938
34
+ }
vehicleClassification/vehicle-type-v1/onnx/vehicle-type-v1.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5153b77de54286bcfefddfdfec9e3c1101b10c30bc33e9181cf8c04e0156818f
3
+ size 16844593
vehicleClassification/vehicle-type-v1/openvino/vehicle-type-v1-labels.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "Ambulance",
4
+ "Bicycle",
5
+ "Bus",
6
+ "Car",
7
+ "Motorcycle",
8
+ "Taxi",
9
+ "Truck",
10
+ "Van"
11
+ ],
12
+ "input_size": 224,
13
+ "num_classes": 8,
14
+ "preprocess": {
15
+ "normalize": "imagenet",
16
+ "mean": [
17
+ 0.485,
18
+ 0.456,
19
+ 0.406
20
+ ],
21
+ "std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "channels": "RGB",
27
+ "layout": "NCHW"
28
+ },
29
+ "arch": "mobilenet_v3_large",
30
+ "source": "torchvision IMAGENET1K_V2 fine-tuned on DrBimmer/vehicle-classification road subset",
31
+ "license": "BSD-3-Clause (torchvision) / dataset per-source",
32
+ "output": "logits (apply softmax)",
33
+ "best_val_acc": 0.8938
34
+ }
vehicleClassification/vehicle-type-v1/openvino/vehicle-type-v1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf352f4a602d5e6ef5b6df5140972ef68e79076be397a90c10f1efdda59f4a1e
3
+ size 8424214
vehicleClassification/vehicle-type-v1/openvino/vehicle-type-v1.xml ADDED
The diff for this file is too large to render. See raw diff
 
vehicleClassification/vehicle-type-v1/vehicle-type-v1-labels.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": [
3
+ "Ambulance",
4
+ "Bicycle",
5
+ "Bus",
6
+ "Car",
7
+ "Motorcycle",
8
+ "Taxi",
9
+ "Truck",
10
+ "Van"
11
+ ],
12
+ "input_size": 224,
13
+ "num_classes": 8,
14
+ "preprocess": {
15
+ "normalize": "imagenet",
16
+ "mean": [
17
+ 0.485,
18
+ 0.456,
19
+ 0.406
20
+ ],
21
+ "std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "channels": "RGB",
27
+ "layout": "NCHW"
28
+ },
29
+ "arch": "mobilenet_v3_large",
30
+ "source": "torchvision IMAGENET1K_V2 fine-tuned on DrBimmer/vehicle-classification road subset",
31
+ "license": "BSD-3-Clause (torchvision) / dataset per-source",
32
+ "output": "logits (apply softmax)",
33
+ "best_val_acc": 0.8938
34
+ }