浏览代码

Update Phase1.md

/main
Mohsen Kamalzadeh 4 年前
当前提交
d76f5f41
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.perception/Documentation~/Tutorial/Phase1.md

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


### <a name="step-4">Step 4: Specify Ground-Truth and Setup Object Labels</a>
It is now time to tell each labeler added to the `Perception Camera` which objects it should label in the generated dataset. For instance, if your workflow is intended for generating frames and ground-truth for detecting chairs, your labelers would need to know that they should look for objects labeled "chair" within the scene. The chairs should in turn also be labeled "chair" in order to make them visible to the labelers. We will now learn how to set-up these configurations.
It is now time to tell each labeler added to the `Perception Camera` which objects it should label in the generated dataset. For instance, if your workflow is intended for generating frames and ground-truth for detecting chairs, your labelers would need to know that they should look for objects labeled "chair" within the scene. The chairs should in turn also be labeled "chair" in order to make them visible to the labelers. We will now learn how to set up these configurations.
You will notice each added labeler has a `Label Config` field. By adding a label configuration here you can instruct the labeler to look for certain labels within the scene and ignore the rest. To do that, we should first create label configurations.

* **Action**: Drag `ForegroundObjectPlacementRandomizer` and drop it above `RotationRandomizer`.
You are now ready to generate your first dataset. Our current set-up will produce 100 frames of annotated captures.
You are now ready to generate your first dataset. Our current setup will produce 100 frames of annotated captures.
* **Action** Click **▷** (play) again and this time let the simulation finish. This should take only a few seconds.

正在加载...
取消
保存