您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
GitHub a7c70bc7 Fix Semantic Segmentation in USim (#163) 3 年前
.github Update pull_request_template.md (#63) 4 年前
.yamato Performance testing (#85) 4 年前
TestProjects Fix Semantic Segmentation in USim (#163) 3 年前
com.unity.perception Fix Semantic Segmentation in USim (#163) 3 年前
.editorconfig Code formatting 4 年前
.gitattributes Initial commit 4 年前
.gitignore Fix Semantic Segmentation in USim (#163) 3 年前
.npmignore Initial commit 4 年前
CONTRIBUTING.md Adding CONTRIBUTING.md which clearly lays out that we are not accepting contributions. 4 年前
LICENSE.md Release cleanup (#27) 4 年前
README.md Update README.md 3 年前
com.unity.perception.meta Added Randomizers and RandomizerTags 4 年前

README.md

ReleaseBadge

license badge

com.unity.perception is in active development. Its features and API are subject to significant change as development progresses.

Perception

The Perception package provides a toolkit for generating large-scale datasets for perception-based machine learning training and validation. It is focused on a handful of camera-based use cases for now and will ultimately expand to other forms of sensors and machine learning tasks.

Getting Started

Quick Installation Instructions
Get your local Perception workspace up and running quickly. Recommended for users with prior Unity experience.

Perception Tutorial
Detailed instructions covering all the important steps from installing Unity Editor, to creating your first Perception project, building a randomized Scene, and generating large-scale synthetic datasets by leveraging the power of Unity Simulation. No prior Unity experience required.

Documentation

In-depth documentation on inidividual components of the package.

Feature Description
Labeling A component that marks a GameObject and its descendants with a set of labels
LabelConfig An asset that defines a taxonomy of labels for ground truth generation
Perception Camera Captures RGB images and ground truth from a Camera.
DatasetCapture Ensures sensors are triggered at proper rates and accepts data for the JSON dataset.
Randomization (Experimental) The Randomization tool set lets you integrate domain randomization principles into your simulation.

Example Projects

SynthDet

SynthDet is an end-to-end solution for training a 2D object detection model using synthetic data.

Unity Simulation Smart Camera example

The Unity Simulation Smart Camera Example illustrates how Perception could be used in a smart city or autonomous vehicle simulation. You can generate datasets locally or at scale in Unity Simulation.

Local development

The repository includes two projects for local development in TestProjects folder, one set up for HDRP and the other for URP.

Suggested IDE Setup

For closest standards conformity and best experience overall, JetBrains Rider or Visual Studio w/ JetBrains Resharper are suggested. For optimal experience, perform the following additional steps:

  • To allow navigating to code in all packages included in your project, in your Unity Editor, navigate to Edit -> Preferences... -> External Tools and check Generate all .csproj files.

Known issues

  • The Linux Editor 2019.4.7f1 and 2019.4.8f1 might hang when importing HDRP-based Perception projects. For Linux Editor support, use 2019.4.6f1 or 2020.1

License

Citation

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

@misc{com.unity.perception2020,
    title={Unity {P}erception Package},
    author={{Unity Technologies}},
    howpublished={\url{https://github.com/Unity-Technologies/com.unity.perception}},
    year={2020}
}