Is there a way to get instance segmentation for more than 256 objects in the environment? #3795
Answered
by
rajat2004
meidachen
asked this question in
Support Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
rajat2004
Jun 11, 2021
Replies: 2 comments
-
|
Is there a way to get instance segmentation for more than 256 objects in the environment? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is a UE4 limitation currently (Docs), since segmentation uses custom stencil buffer with 1 byte per pixel. See #2252 as well |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonyMarino
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a UE4 limitation currently (Docs), since segmentation uses custom stencil buffer with 1 byte per pixel. See #2252 as well