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
Release history Release notifications | RSS feed
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.1.tar.gz
(3.5 kB
view hashes)