Skip to content
Snippets Groups Projects

Fix parsing of labels.json when generating stats

Merged Yoann Schneider requested to merge fix-stats-parsing into main
All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -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)
Loading