Skip to content
Snippets Groups Projects
Commit cea0e840 authored by Manon Blanco's avatar Manon Blanco Committed by Yoann Schneider
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e8a04cb1
No related branches found
No related tags found
1 merge request!260Fix parsing of labels.json when generating stats
This commit is part of merge request !260. Comments created here will be created in the context of that merge request.
......@@ -155,7 +155,6 @@ class Statistics:
# Path to the images are the key of the dict
self.create_image_statistics(images=split_data.keys())
# The text is actually under the "text" key of the values
labels = list(split_data.values())
# Text statistics
self.create_label_statistics(labels=labels)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment