Skip to main content

Provides dashboard components and dashboards to get insight into data.

Project description

IceVisionDashboard

IceVisionDashboard is an extension to the IceVision object detection framework. This extension provides different dashboards to investigate datasets, create new datasets and analyse the results of a training.

The libary provides dashboards to inspect datasets, create new datasets, investigate the results of a training and much more.

Examples

from icevision_dashboards.data import BboxRecordDataset
from icevision_dashboards.dashboards import ObjectDetectionDatasetOverview

# load some data from the icedata
data_dir = icedata.fridge.load_data()
class_map = icedata.fridge.class_map()
parser = icedata.fridge.parser(data_dir)
train_records, valid_records = test_parser.parse()

# create a dataset that can be consumed by the dashboards
train_dash_ds = BboxRecordDataset(train_records, class_map)

# create a new dashboard instance and display it with the .show() function
overview_dashboard = ObjectDetectionDatasetOverview(train_dash_ds, width=1500, height=900)
overview_dashboard.show()

The output will look like this:

dataset_overivew_0 dataset_overivew_1

dataset_overivew_3

Contributing

If you want to contribute add the following lines to your pre-commit file to ensure the notebook cell output don't get pushed into the repo.

# ensure the oupt of the notebooks is empty
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace nbs/*.ipynb
git add .

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

icevision_dashboards-0.0.4.tar.gz (38.1 kB view details)

Uploaded Source

Built Distribution

icevision_dashboards-0.0.4-py3-none-any.whl (53.0 kB view details)

Uploaded Python 3

File details

Details for the file icevision_dashboards-0.0.4.tar.gz.

File metadata

  • Download URL: icevision_dashboards-0.0.4.tar.gz
  • Upload date:
  • Size: 38.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for icevision_dashboards-0.0.4.tar.gz
Algorithm Hash digest
SHA256 c009e1be8e95815f7b50c9e20ebba65c221c4a34df9c46a24e0f438b057a0f17
MD5 fd608a5754f668bd0ab59a968266818c
BLAKE2b-256 abd07b69398d32aeda5cec3c8934a89070e5d9b472daf208789e3779adddbdda

See more details on using hashes here.

File details

Details for the file icevision_dashboards-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: icevision_dashboards-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 53.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for icevision_dashboards-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c68da31e231bcfee116479e46b0c5b66a5c94ba65c82e64851bc1433ae0980f2
MD5 c1f8d7a76ad9af110efb0a57fe8ae0bb
BLAKE2b-256 36f732fd83079a6a9d3fea6488853d2239639caa0538d0eb05f176f9039ce111

See more details on using hashes here.

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