Update testdata.py
Browse files- testdata.py +1 -1
testdata.py
CHANGED
|
@@ -144,7 +144,7 @@ class TestData(datasets.GeneratorBasedBuilder):
|
|
| 144 |
annotation[cls].append([x1, y1, x2, y2])
|
| 145 |
line = f.readline().strip()
|
| 146 |
datasets.logging.INFO(annotation)
|
| 147 |
-
|
| 148 |
for cls, bboxes in annotation.items():
|
| 149 |
for x1, y1, x2, y2 in bboxes:
|
| 150 |
if cls == 0:
|
|
|
|
| 144 |
annotation[cls].append([x1, y1, x2, y2])
|
| 145 |
line = f.readline().strip()
|
| 146 |
datasets.logging.INFO(annotation)
|
| 147 |
+
abcd =acd
|
| 148 |
for cls, bboxes in annotation.items():
|
| 149 |
for x1, y1, x2, y2 in bboxes:
|
| 150 |
if cls == 0:
|