浏览代码

Merge pull request #180 from Unity-Technologies/tutorial_updates_0.7.0

Tutorial updates for 0.7.0
/main
GitHub 4 年前
当前提交
761f7b87
共有 11 个文件被更改,包括 3268 次插入3466 次删除
  1. 999
      com.unity.perception/Documentation~/Tutorial/Images/all_back_rands.png
  2. 501
      com.unity.perception/Documentation~/Tutorial/Images/background_randomizer.png
  3. 590
      com.unity.perception/Documentation~/Tutorial/Images/fixedscenarioempty.png
  4. 244
      com.unity.perception/Documentation~/Tutorial/Images/light_rand_1.png
  5. 807
      com.unity.perception/Documentation~/Tutorial/Images/light_rand_2.png
  6. 999
      com.unity.perception/Documentation~/Tutorial/Images/pc_labelers_added.png
  7. 999
      com.unity.perception/Documentation~/Tutorial/Images/pclabelconfigsadded.png
  8. 429
      com.unity.perception/Documentation~/Tutorial/Images/perc_comp.png
  9. 999
      com.unity.perception/Documentation~/Tutorial/Images/randomizers_all.png
  10. 10
      com.unity.perception/Documentation~/Tutorial/Phase1.md
  11. 157
      com.unity.perception/Documentation~/Tutorial/Images/output_path.png

999
com.unity.perception/Documentation~/Tutorial/Images/all_back_rands.png
文件差异内容过多而无法显示
查看文件

501
com.unity.perception/Documentation~/Tutorial/Images/background_randomizer.png

之前 之后
宽度: 824  |  高度: 510  |  大小: 88 KiB

590
com.unity.perception/Documentation~/Tutorial/Images/fixedscenarioempty.png

之前 之后
宽度: 864  |  高度: 1022  |  大小: 116 KiB

244
com.unity.perception/Documentation~/Tutorial/Images/light_rand_1.png

之前 之后
宽度: 846  |  高度: 178  |  大小: 35 KiB

807
com.unity.perception/Documentation~/Tutorial/Images/light_rand_2.png

之前 之后
宽度: 826  |  高度: 566  |  大小: 75 KiB

999
com.unity.perception/Documentation~/Tutorial/Images/pc_labelers_added.png
文件差异内容过多而无法显示
查看文件

999
com.unity.perception/Documentation~/Tutorial/Images/pclabelconfigsadded.png
文件差异内容过多而无法显示
查看文件

429
com.unity.perception/Documentation~/Tutorial/Images/perc_comp.png

之前 之后
宽度: 866  |  高度: 628  |  大小: 86 KiB

999
com.unity.perception/Documentation~/Tutorial/Images/randomizers_all.png
文件差异内容过多而无法显示
查看文件

10
com.unity.perception/Documentation~/Tutorial/Phase1.md


<img src="Images/perc_comp.png" width="400"/>
</p>
If you hover your mouse pointer over each of the fields shown (e.g. `Capture Interval`), you will see a tooltip popup with an explanation on what the item controls. You may see a warning at the bottom of this UI regarding asynchronous shader compilation. If so, follow the instructions in the warning message to disable this functionality and remove the warning.
If you hover your mouse pointer over each of the fields shown (e.g. `Simulation Delta Time`), you will see a tooltip popup with an explanation on what the item controls.
As seen in the UI for `Perception Camera`, the list of `Camera Labelers` is currently empty. For each type of ground-truth you wish to generate along-side your captured frames (e.g. 2D bounding boxes around objects), you will need to add a corresponding `Camera Labeler` to this list.

### <a name="step-7">Step 7: Inspect Generated Synthetic Data</a>
Once the run is complete, you will see a message in the _**Console**_ tab of the editor, with information on where the generated data has been saved. An example is shown below (Mac OS):
* **:green_circle: Action** Select `Main Camera` again to bring up its _**Inspector**_ view. You will now see a new section added to the `Perception Camera` component, with buttons for showing the latest dataset output folder and copying its path to clipboard. An example is shown below (Mac OS):
<img src="Images/dataset_written.png"/>
<img src="Images/output_path.png" width = "600"/>
* **:green_circle: Action**: Navigate to the dataset path addressed in the _**Console**_.
* **:green_circle: Action**: Click _**Show Folder**_ to show and highlight the folder in your operating system's file explorer. Enter this folder.
In this folder, you will find a few types of data, depending on your `Perception Camera` settings. These can include:
- Logs

* **:green_circle: Action**: Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop)
* **:green_circle: Action**: Open a command line interface (Command Prompt on Windows, Terminal on Mac OS, etc.) and type the following command to run the Dataset Insights Docker image:
`docker run -p 8888:8888 -v "<path to synthetic data>:/data" -t unitytechnologies/datasetinsights:latest`, where the path to data is what we earlier found in Unity's console messages.
`docker run -p 8888:8888 -v "<path to synthetic data>:/data" -t unitytechnologies/datasetinsights:latest`, where the path to data is what we looked at earlier. You can copy the path using the _**Copy Path**_ button in the `Perception Camera` UI.
This will download a Docker image from Unity. If you get an error regarding the path to your dataset, make sure you have not included the enclosing `<` and `>` in the path and that the spaces are properly escaped.

157
com.unity.perception/Documentation~/Tutorial/Images/output_path.png

之前 之后
宽度: 1191  |  高度: 169  |  大小: 40 KiB
正在加载...
取消
保存