Skip to content

Commit 8cf0949

Browse files
Adding Limitations section to PerceptionCamera.md (#71)
1 parent 58263f4 commit 8cf0949

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

com.unity.perception/Documentation~/PerceptionCamera.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,15 @@ The Object Count Labeler records object counts for each label in the provided ID
5151
```
5252
_Example rendered object info for a single object_
5353

54-
The Rendered Object Info Labeler records a list of all objects visible in the camera image, including its instance id, resolved label id and visible pixels. Objects not resolved to a label in the given ID Label Config are not recorded.
54+
The Rendered Object Info Labeler records a list of all objects visible in the camera image, including its instance id, resolved label id and visible pixels. Objects not resolved to a label in the given ID Label Config are not recorded.
55+
56+
## Limitations
57+
58+
Ground truth is not compatible with all rendering features, especially ones that modify the visibility or shape of objects in the frame.
59+
60+
When generating ground truth:
61+
* Vertex and geometry shaders are not run
62+
* Transparency is not considered. All geometry is considered opaque
63+
* Besides built-in Lens Distortion in URP and HDRP, post-processing effects are not run
64+
65+
If you encounter additional incompatibilities, please open an [issue](https://github.com/Unity-Technologies/com.unity.perception/issues)

0 commit comments

Comments
 (0)