Commit 84ba1ef9 authored by dcuai's avatar dcuai
Browse files

Update create_dataset.py

parent 39b62820
...@@ -89,7 +89,7 @@ if __name__ == '__main__': ...@@ -89,7 +89,7 @@ if __name__ == '__main__':
output_path = "./synth90k" output_path = "./synth90k"
dataset_path = "90kDICT32px/" dataset_path = "90kDICT32px/"
train_labels, train_images = parse_labels(dataset_path + "annotation_train.txt") train_labels, train_images = parse_labels(dataset_path + "annotation_train.txt")
val_labels,val_images = paese_labels(dataset_path + "annotation_val.txt") val_labels,val_images = parse_labels(dataset_path + "annotation_val.txt")
#print(train_labels) #print(train_labels)
print("="*50) print("="*50)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment