Provides dashboard components and dashboards to get insight into data.
Project description
IceVisionDashboard
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:
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 .
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
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace examples/*.ipynb
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace test_data_generation/*.ipynb
nbdev_build_lib
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
Built Distribution
File details
Details for the file icevision_dashboards-0.0.6.tar.gz
.
File metadata
- Download URL: icevision_dashboards-0.0.6.tar.gz
- Upload date:
- Size: 43.3 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d74f7410987b3785587324fd3736ab07c9c9b11ced5160f55fd723bf8c066a8 |
|
MD5 | eb3650a0839807e4c7f8418e847b3c03 |
|
BLAKE2b-256 | dfb66731db4ee87e2ba45bb65e4479658cd51f06a91fba1d5ff11786e7c18a39 |
File details
Details for the file icevision_dashboards-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: icevision_dashboards-0.0.6-py3-none-any.whl
- Upload date:
- Size: 58.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 188cd57837571ec48f7e8377b253e3a29dd223243843739209388474c1b999c9 |
|
MD5 | 6794dc4c7cf0e2457666c07055fa4bf7 |
|
BLAKE2b-256 | b1c9f9f440e679ed9dbb02dc0c7bf873ad1690ce910d67b23baf1002e4b82510 |