Object Detection
ONNX
English
dghs-realutils
dghs-imgutils
narugo commited on
Commit
4cb5ba3
·
verified ·
1 Parent(s): 4ac9d26

Add model 'yolov10b'

Browse files
yolov10b/labels.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ "person",
3
+ "bicycle",
4
+ "car",
5
+ "motorcycle",
6
+ "airplane",
7
+ "bus",
8
+ "train",
9
+ "truck",
10
+ "boat",
11
+ "traffic light",
12
+ "fire hydrant",
13
+ "stop sign",
14
+ "parking meter",
15
+ "bench",
16
+ "bird",
17
+ "cat",
18
+ "dog",
19
+ "horse",
20
+ "sheep",
21
+ "cow",
22
+ "elephant",
23
+ "bear",
24
+ "zebra",
25
+ "giraffe",
26
+ "backpack",
27
+ "umbrella",
28
+ "handbag",
29
+ "tie",
30
+ "suitcase",
31
+ "frisbee",
32
+ "skis",
33
+ "snowboard",
34
+ "sports ball",
35
+ "kite",
36
+ "baseball bat",
37
+ "baseball glove",
38
+ "skateboard",
39
+ "surfboard",
40
+ "tennis racket",
41
+ "bottle",
42
+ "wine glass",
43
+ "cup",
44
+ "fork",
45
+ "knife",
46
+ "spoon",
47
+ "bowl",
48
+ "banana",
49
+ "apple",
50
+ "sandwich",
51
+ "orange",
52
+ "broccoli",
53
+ "carrot",
54
+ "hot dog",
55
+ "pizza",
56
+ "donut",
57
+ "cake",
58
+ "chair",
59
+ "couch",
60
+ "potted plant",
61
+ "bed",
62
+ "dining table",
63
+ "toilet",
64
+ "tv",
65
+ "laptop",
66
+ "mouse",
67
+ "remote",
68
+ "keyboard",
69
+ "cell phone",
70
+ "microwave",
71
+ "oven",
72
+ "toaster",
73
+ "sink",
74
+ "refrigerator",
75
+ "book",
76
+ "clock",
77
+ "vase",
78
+ "scissors",
79
+ "teddy bear",
80
+ "hair drier",
81
+ "toothbrush"
82
+ ]
yolov10b/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3592a8128c32255503fd761d101b901144264a7d26dff46c54ae9340fa81363
3
+ size 76468874
yolov10b/model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e312fd3d5651bb798d6bcec4cb5b5a8ff4c6dc422feac657edeb977917b837e7
3
+ size 41632782
yolov10b/model_type.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "model_type": "yolo"
3
+ }