Update testdata.py
Browse files- testdata.py +1 -1
testdata.py
CHANGED
|
@@ -134,7 +134,7 @@ class TestData(datasets.GeneratorBasedBuilder):
|
|
| 134 |
# plates({"bbox": [x1, y1, x2, y2]})
|
| 135 |
|
| 136 |
objects.append({
|
| 137 |
-
'faces': [1, 2, 3, 4]
|
| 138 |
})
|
| 139 |
yield idx, {"image": str(image_path), "objects": objects}
|
| 140 |
idx += 1
|
|
|
|
| 134 |
# plates({"bbox": [x1, y1, x2, y2]})
|
| 135 |
|
| 136 |
objects.append({
|
| 137 |
+
'faces': [1.0, 2.0, 3.0, 4.0]
|
| 138 |
})
|
| 139 |
yield idx, {"image": str(image_path), "objects": objects}
|
| 140 |
idx += 1
|