浏览代码

Clean up docs and add example projects (#42)

* Updating docs to exclude tests from the scripting docs and adding TableOfContents.md. The table of contents does not properly show up on the index.md.

* Adding example project listing to index.md
/main
GitHub 4 年前
当前提交
472b6a2d
共有 8 个文件被更改,包括 1786 次插入1 次删除
  1. 13
      com.unity.perception/Documentation~/index.md
  2. 2
      com.unity.perception/Tests/Editor/DatasetCaptureEditorTests.cs
  3. 5
      com.unity.perception/Documentation~/TableOfContents.md
  4. 7
      com.unity.perception/Documentation~/filter.yml
  5. 759
      com.unity.perception/Documentation~/images/smartcamera.png
  6. 1001
      com.unity.perception/Documentation~/images/synthdet.png
  7. 0
      /com.unity.perception/Tests/Editor/DatasetCaptureEditorTests.cs.meta
  8. 0
      /com.unity.perception/Tests/Editor/DatasetCaptureEditorTests.cs

13
com.unity.perception/Documentation~/index.md


[Setting up your first perception scene](GettingStarted.md)
## Example projects using Perception
### SynthDet
<img src="images/synthdet.png"/>
[SynthDet](https://github.com/Unity-Technologies/SynthDet) is an end-to-end solution for training a 2d object detection model using synthetic data.
### Unity Simulation Smart Camera Example
<img src="images/smartcamera.png"/>
The [Unity Simulation Smart Camera Example](https://github.com/Unity-Technologies/Unity-Simulation-Smart-Camera-Outdoor) illustrates how Perception could be used in a smart city or autonomous vehicle simulation. Datasets can be generated locally or at scale in [Unity Simulation](https://unity.com/products/unity-simulation).
## Package contents
|Feature|Description

2
com.unity.perception/Tests/Editor/DatasetCaptureEditorTests.cs


using NUnit.Framework;
using UnityEngine.Perception.GroundTruth;
namespace GroundTruth
namespace GroundTruthTests
{
public class DatasetCaptureEditorTests
{

5
com.unity.perception/Documentation~/TableOfContents.md


* [Installation Instructions](SetupSteps.md)
* [Getting Started](GettingStarted.md)
* [Labeling](GroundTruth-Labeling.md)
* [Perception Camera](PerceptionCamera.md)
* [Dataset Capture](DatasetCapture.md)

7
com.unity.perception/Documentation~/filter.yml


apiRules:
- exclude:
uidRegex: Tests$
type: Namespace
- exclude:
uidRegex: Tests
type: Type

759
com.unity.perception/Documentation~/images/smartcamera.png

之前 之后
宽度: 701  |  高度: 209  |  大小: 201 KiB

1001
com.unity.perception/Documentation~/images/synthdet.png
文件差异内容过多而无法显示
查看文件

/com.unity.perception/Tests/Editor/SimulationManagerEditorTests.cs.meta → /com.unity.perception/Tests/Editor/DatasetCaptureEditorTests.cs.meta

/com.unity.perception/Tests/Editor/SimulationManagerEditorTests.cs → /com.unity.perception/Tests/Editor/DatasetCaptureEditorTests.cs

正在加载...
取消
保存