Skip to main content

A small example package

Project description

Data Lens

Visualise your dataset before training the model in one line!

Made changes to the bounding boxes or images? Save time by visualising the data and avoid mistakes before starting the training process

Use Case:

  • Sanity check for the right dataset and annotations
  • Dont forget to resize the bounding boxes
  • Visualise what augmentation functions do to your data

Using simple GUI, visualise random images for your tasks

Installation (Python 3.6+):

pip install datalens

Usage:

import datalens
datalens.Visualise(image_dir_path = image_dir_path, annotations_dict = annotations_dict, count = count)

Current version supports Object Detection in 2D images.

Data Formatting:

image_dir_path = #PATH TO IMAGE DIRECTORY
annotations_dict = #OBJECT DETECTION - {image_filename: [{"bbox": [x, y, width, height], "category_id": <int>}, ...], ...}
count = 10 #NUMBER OF IMAGES TO VISUALISE

Contributions are welcome for different machine learning tasks for text, images and 3D Point cloud data.

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

datalens-0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

datalens-0.1-py3-none-any.whl (5.8 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