Zihao commited on
Commit
f846c8c
·
1 Parent(s): d35d646
Files changed (1) hide show
  1. zhlds.py +3 -3
zhlds.py CHANGED
@@ -117,17 +117,17 @@ class ELEVATER(datasets.GeneratorBasedBuilder):
117
  "version"=_VERSION,
118
  "type"="classification_multilabel",
119
  "root_folder"="classification/voc2007_20211007",
120
- "train": {
121
  "index_path": "train_ic.txt",
122
  "files_for_local_usage": ["train.zip"],
123
  "num_images": 2501
124
  },
125
- "val": {
126
  "index_path": "val_ic.txt",
127
  "files_for_local_usage": ["train.zip"],
128
  "num_images": 2510
129
  },
130
- "test": {
131
  "index_path": "test_ic.txt",
132
  "files_for_local_usage": ["test.zip"],
133
  "num_images": 4952
 
117
  "version"=_VERSION,
118
  "type"="classification_multilabel",
119
  "root_folder"="classification/voc2007_20211007",
120
+ "train"={
121
  "index_path": "train_ic.txt",
122
  "files_for_local_usage": ["train.zip"],
123
  "num_images": 2501
124
  },
125
+ "val"={
126
  "index_path": "val_ic.txt",
127
  "files_for_local_usage": ["train.zip"],
128
  "num_images": 2510
129
  },
130
+ "test"={
131
  "index_path": "test_ic.txt",
132
  "files_for_local_usage": ["test.zip"],
133
  "num_images": 4952