您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Jon Hogins 8c5622ee Fixing pip install issues 4 年前
.github Initial commit 4 年前
.yamato Fixing pip install issues 4 年前
TestProjects Moving visualization to screen space - camera and unifying into a single canvas to ensure good behavior with multiple cameras. 4 年前
com.unity.perception Disabling visualizations in non-development players. Making it so the inspector is non-editable in play mode to work around the myriad of issues with inspector changes in play mode seemingly stemming from usages of SerializeReference 4 年前
.editorconfig Code formatting 4 年前
.gitattributes Initial commit 4 年前
.gitignore Aisv647 visualizations - Preview Cut (#40) 4 年前
.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 Adding release badge and setup steps. (#32) 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.

ReleaseBadge

license badge

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

Documenation

Installation instructions

Setting up your first perception scene

Perception manual

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.
  • 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

License