Skip to main content

Generate randomly colored images from Label Studio annotations

Project description

json2img

A Python script for generating randomly colored images from Label Studio annotations

Installation

% pip install json2img

Usage

Command line

% python -m json2img brick_annotation.json bricks.png
% python -m json2img hand_annotation.json sign.jpg -v

Module

>>> from json2img import *
>>> save_image('brick_annotation.json', 'bricks.png')
>>> save_image('hand_annotation.json', 'sign.jpg', view=True)

Dependencies

  • CPython >= 3.7
  • pygame >= 2.0.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

json2img-0.1.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

json2img-0.1.2-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page