Skip to content

Fix parsing of labels.json when generating stats

Yoann Schneider requested to merge fix-stats-parsing into main

The structure of the labels.json used in unit tests is not up to date. There is no "text" key anymore.

{
    "split_name": {
        "path/to/image1": "label",
        ...
    }
}

Merge request reports

Loading