Labelbox Utils

Logo GitLab-CI test status Test coverage Documentation Status

Author: Matt Clarkson

LabelboxUtils contains python scripts for working with Labelbox. Features so far include:

  • `labelbox_export_json`: Takes .json file and extracts masks.

For command line apps, run with `-h` to see more usage information.

Developing

Cloning

You can clone the repository using the following command:

git clone https://weisslab.cs.ucl.ac.uk/WEISS/SoftwareRepositories/LabelboxUtils

Running tests

Pytest is used for running unit tests, but you should run using tox, as per the PythonTemplate instructions.

Linting

This code conforms to the PEP8 standard. Pylint is used to analyse the code. Again, follow the PythonTemplate instructions and run via tox.

Installing

You can pip install directly from the repository as follows:

pip install git+https://weisslab.cs.ucl.ac.uk/WEISS/SoftwareRepositories/LabelboxUtils

Contributing

Please see the contributing guidelines.

Acknowledgements

Supported by Wellcome and EPSRC.