Skip to content

Commit

Permalink
fix link (#269)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Sep 19, 2022
1 parent 6b84408 commit 85f20cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/segmentation_camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Let’s take a closer look at the portion of the code above that focuses on the

As we can see, we define a sensor with the following SDF elements:
* `<camera>`: The camera, which has the following child elements:
* `<segmentation_type>`: The type of segmentation performed by the camera. Use `semantic` for [semantic segmentation](https://www.jeremyjordan.me/semantic-segmentation/). For [panoptic (instance) segmentation](https://hasty.ai/blog/panoptic-segmentation-explained/), use `panoptic` or `instance`. The default value for `<segmentation_type>` is `semantic`.
* `<segmentation_type>`: The type of segmentation performed by the camera. Use `semantic` for [semantic segmentation](https://www.jeremyjordan.me/semantic-segmentation/). For [panoptic (instance) segmentation](https://en.wikipedia.org/wiki/Image_segmentation#Groups_of_image_segmentation), use `panoptic` or `instance`. The default value for `<segmentation_type>` is `semantic`.
* `<horizontal_fov>`: The horizontal field of view, in radians.
* `<image>`: The image size, in pixels.
* `<clip>`: The near and far clip planes. Objects are only rendered if they're within these planes.
Expand Down

0 comments on commit 85f20cb

Please sign in to comment.