GitHub 6f9dd21c | 4 年前 | |
---|---|---|
.github | 5 年前 | |
.yamato | 4 年前 | |
TestProjects | 4 年前 | |
com.unity.perception | 4 年前 | |
.editorconfig | 5 年前 | |
.gitattributes | 5 年前 | |
.gitignore | 5 年前 | |
.gitmodules | 5 年前 | |
.npmignore | 5 年前 | |
CONTRIBUTING.md | 4 年前 | |
LICENSE.md | 4 年前 | |
README.md | 4 年前 |
README.md
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.
com.unity.perception is in active development. Its features and API are subject to significant change as development progresses.
Documenation
Setting up your first perception scene
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 checkGenerate all .csproj files.
- To get automatic feedback and fixups on formatting and naming convention violations, set up Rider/JetBrains with our Unity standard .dotsettings file by following these instructions.
- If you use VS Code, install the Editorconfig extension to get automatic code formatting according to our convention