Commit
·
ea7e105
1
Parent(s):
3e82325
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ license: mit
|
|
64 |
|
65 |
`<class_id> <center_x> <center_y> <width> <height>`
|
66 |
|
67 |
-
- `<class_id>`:目标类别的整数ID,例如:0
|
68 |
- `<center_x>`:目标框中心点在图像宽度上的相对位置(范围:0.0到1.0)。
|
69 |
- `<center_y>`:目标框中心点在图像高度上的相对位置(范围:0.0到1.0)。
|
70 |
- `<width>`:目标框的宽度在图像宽度上的相对尺寸(范围:0.0到1.0)。
|
|
|
64 |
|
65 |
`<class_id> <center_x> <center_y> <width> <height>`
|
66 |
|
67 |
+
- `<class_id>`:目标类别的整数ID,例如:0代表蓝色靶标,1代表红色靶标。
|
68 |
- `<center_x>`:目标框中心点在图像宽度上的相对位置(范围:0.0到1.0)。
|
69 |
- `<center_y>`:目标框中心点在图像高度上的相对位置(范围:0.0到1.0)。
|
70 |
- `<width>`:目标框的宽度在图像宽度上的相对尺寸(范围:0.0到1.0)。
|