Update testdata.py
Browse files- testdata.py +1 -0
testdata.py
CHANGED
|
@@ -102,6 +102,7 @@ class TestData(datasets.GeneratorBasedBuilder):
|
|
| 102 |
files = []
|
| 103 |
|
| 104 |
for i_file in glob(os.path.join(image_dir, "*.png")):
|
|
|
|
| 105 |
|
| 106 |
idx = 0
|
| 107 |
for gt_file in glob(os.path.join(annotation_dir, "*.txt")):
|
|
|
|
| 102 |
files = []
|
| 103 |
|
| 104 |
for i_file in glob(os.path.join(image_dir, "*.png")):
|
| 105 |
+
pass
|
| 106 |
|
| 107 |
idx = 0
|
| 108 |
for gt_file in glob(os.path.join(annotation_dir, "*.txt")):
|