-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannotations.json
More file actions
67 lines (67 loc) · 1.26 KB
/
annotations.json
File metadata and controls
67 lines (67 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[
{
"image": "E:/code/yolov10-main/datasets/Data/train/images/snake_2.jpg",
"defect_type": "1",
"boxes": [
{
"x1": 1.9,
"y1": 95.8,
"x2": 373.4,
"y2": 539.0,
"label": "positive"
}
]
},
{
"image": "E:/code/yolov10-main/datasets/Data/train/images/snake_11.jpg",
"defect_type": "1",
"boxes": [
{
"x1": 41.1,
"y1": 36.4,
"x2": 515.8,
"y2": 373.6,
"label": "positive"
}
]
},
{
"image": "E:/code/yolov10-main/datasets/Data/train/images/snake_63.jpg",
"defect_type": "1",
"boxes": [
{
"x1": 292.3,
"y1": 107.3,
"x2": 890.4,
"y2": 596.5,
"label": "positive"
}
]
},
{
"image": "E:/code/yolov10-main/datasets/Data/train/images/snake_100.jpg",
"defect_type": "1",
"boxes": [
{
"x1": 17.7,
"y1": 85.7,
"x2": 334.6,
"y2": 269.5,
"label": "positive"
}
]
},
{
"image": "E:/code/yolov10-main/datasets/Data/train/images/snake_86.jpg",
"defect_type": "1",
"boxes": [
{
"x1": 51.4,
"y1": 28.4,
"x2": 495.2,
"y2": 301.4,
"label": "positive"
}
]
}
]