Skip to content

Commit 286cfaf

Browse files
authored
Merge pull request #174 from Unity-Technologies/small_naming_adjustments
A couple more adjustments to branding
2 parents b0fdffc + d57b342 commit 286cfaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
# Perception Package (Unity Computer Vision)
1313

14-
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.
14+
The Perception package provides a toolkit for generating large-scale datasets for computer vision 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.
1515

1616
## Getting Started
1717

1818
**[Quick Installation Instructions](com.unity.perception/Documentation~/SetupSteps.md)**
1919
Get your local Perception workspace up and running quickly. Recommended for users with prior Unity experience.
2020

2121
**[Perception Tutorial](com.unity.perception/Documentation~/Tutorial/TUTORIAL.md)**
22-
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.
22+
Detailed instructions covering all the important steps from installing Unity Editor, to creating your first computer vision data generation project, building a randomized Scene, and generating large-scale synthetic datasets by leveraging the power of Unity Simulation. No prior Unity experience required.
2323

2424
## Documentation
25-
In-depth documentation on inidividual components of the package.
25+
In-depth documentation on individual components of the package.
2626

2727
|Feature|Description|
2828
|---|---|
@@ -43,7 +43,7 @@ In-depth documentation on inidividual components of the package.
4343
### Unity Simulation Smart Camera example
4444
<img src="com.unity.perception/Documentation~/images/smartcamera.png"/>
4545

46-
The [Unity Simulation Smart Camera Example](https://github.com/Unity-Technologies/Unity-Simulation-Smart-Camera-Outdoor) illustrates how the Perception toolset could be used in a smart city or autonomous vehicle simulation. You can generate datasets locally or at scale in [Unity Simulation](https://unity.com/products/unity-simulation).
46+
The [Unity Simulation Smart Camera Example](https://github.com/Unity-Technologies/Unity-Simulation-Smart-Camera-Outdoor) illustrates how the Perception package could be used in a smart city or autonomous vehicle simulation. You can generate datasets locally or at scale in [Unity Simulation](https://unity.com/products/unity-simulation).
4747

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

0 commit comments

Comments
 (0)