chanelcolgate
commited on
Commit
•
dbad997
1
Parent(s):
75e8f73
modified: yenthienviet.py
Browse files- yenthienviet.py +1 -1
yenthienviet.py
CHANGED
@@ -166,7 +166,7 @@ class COCOThienviet(datasets.GeneratorBasedBuilder):
|
|
166 |
datasets.SplitGenerator(
|
167 |
name=datasets.Split(split),
|
168 |
gen_kwargs={
|
169 |
-
"
|
170 |
"images_dir": _PATHS["images"][split],
|
171 |
"images": images,
|
172 |
},
|
|
|
166 |
datasets.SplitGenerator(
|
167 |
name=datasets.Split(split),
|
168 |
gen_kwargs={
|
169 |
+
"annotation_path": annotation_path,
|
170 |
"images_dir": _PATHS["images"][split],
|
171 |
"images": images,
|
172 |
},
|