Skip to main content

Synthetic dataset insights.

Project description

Dataset Insights

Unity Dataset Insights is a python package for understanding synthetic datasets. This package enables users to analyze synthetic datasets generated using the Perception SDK.

Installation

Dataset Insights maintains a pip package for easy installation. It can work in any standard Python environment using pip install datasetinsights command. We support Python 3 (>= 3.7).

Getting Started

Dataset Statistics

We provide a sample notebook to help you get started with dataset statistics for the SynthDet project. We plan to support other sample Unity projects in the future.

Dataset Evaluation

Dataset evaluation provides tools to train and evaluate ML models for different datasets. You can run download, train and evaluate commands:

Download Dataset

datasetinsights download \
  --source-uri=<xxx> \
  --output=$HOME/data

Train

datasetinsights train \
 --config=datasetinsights/configs/faster_rcnn.yaml \
 --train-data=$HOME/data

Evaluate

datasetinsights evaluate \
 --config=datasetinsights/configs/faster_rcnn.yaml \
 --test-data=$HOME/data

To learn more, see this tutorial.

Docker

You can use the pre-build docker image unitytechnologies/datasetinsights to run similar commands.

Documentation

You can find the API documentation on readthedocs.

Contributing

Please let us know if you encounter a bug by filing an issue. To learn more about making a contribution to Dataset Insights, please see our Contribution page.

License

Dataset Insights is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Citation

If you find this package useful, consider citing it using:

@misc{datasetinsights2020,
    title={Unity {D}ataset {I}nsights Package},
    author={{Unity Technologies}},
    howpublished={\url{https://github.com/Unity-Technologies/datasetinsights}},
    year={2020}
}

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

datasetinsights-0.2.6.tar.gz (516.9 kB view hashes)

Uploaded Source

Built Distribution

datasetinsights-0.2.6-py3-none-any.whl (549.7 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