-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong value in Segmentation Camera
- Disable PostProcessig in SegmentationRenderer -> cause wrong pixel info - Remove Encode16BitsToRG() and Encode16BitsToGR() in ColorEncoding - Store classId value only in MPB for SegmentationShader - Modify SegmentationShader to handle class id value and encode class id value to 16bits and store R/G value in little-endian order - Modify SegmentationCamera Device - targetColorFormat, GraphicsFormat.R8G8_UNorm -> R8G8B8A8_UNorm
- Loading branch information
1 parent
226beb1
commit 7029d5b
Showing
5 changed files
with
23 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters