fixed bug
Browse files- ref_seg_ger.py +2 -0
ref_seg_ger.py
CHANGED
@@ -204,6 +204,8 @@ class RefSeg(datasets.GeneratorBasedBuilder):
|
|
204 |
# The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
|
205 |
# print(filepath)
|
206 |
paths = glob(filepath + '/*.csv')
|
|
|
|
|
207 |
key = 0
|
208 |
for f in paths:
|
209 |
df = pd.read_csv(f)
|
|
|
204 |
# The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
|
205 |
# print(filepath)
|
206 |
paths = glob(filepath + '/*.csv')
|
207 |
+
print(filepath)
|
208 |
+
print(paths)
|
209 |
key = 0
|
210 |
for f in paths:
|
211 |
df = pd.read_csv(f)
|