A python command line program that converts label studio json files to yolo datasets.
This program relies on ChartExtractor being installed as a package, so make sure to clone and install it before running this program.
To install normally, run pip install .
at the root of the project.
To install development dependencies, run pip install -e .[dev]
.