Datasets:

Languages:
English
ArXiv:
License:
yasumasaonoe commited on
Commit
02ac0bf
·
verified ·
1 Parent(s): 9b016de

Update docci.py

Browse files
Files changed (1) hide show
  1. docci.py +0 -4
docci.py CHANGED
@@ -141,10 +141,6 @@ class DOCCI(datasets.GeneratorBasedBuilder):
141
  for image_path in image_files:
142
 
143
  example_id = os.path.splitext(os.path.basename(image_path))[0]
144
-
145
- print(image_path)
146
- print(example_id)
147
- print()
148
 
149
  if split == "train":
150
  if not example_id.startswith("aar_train"):
 
141
  for image_path in image_files:
142
 
143
  example_id = os.path.splitext(os.path.basename(image_path))[0]
 
 
 
 
144
 
145
  if split == "train":
146
  if not example_id.startswith("aar_train"):