UnrealImageCapture
UnrealImageCapture copied to clipboard
Segmentation
Hi again,
This time I used the plugin in CityPark. I'm able to save color and depth but the segmentation comes out black. I repeated the same steps as in this project. I would like to get different segmentation for trees/ sidewalk for example. Thank you.
Hey, have you set the CustomDepthStencils
for these objects?
No, I will look into it now. Thanks.
On Mon, Jul 19, 2021 at 1:01 PM Timm Hess @.***> wrote:
Hey, have you set the CustomDepthStencils for these objects?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TimmHess/UnrealImageCapture/issues/14#issuecomment-882416975, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDB7A4FGYV4XDXVSVGQBRDTYPZWJANCNFSM5AR5R7TQ .
I added a cube to the scene with CustomDepthStencils
, but it still doesn't work.
I there a way to save 24/32bit images with this plugin?
Or even RAW un processed 32bit images?
That is unfortunate.. you are saving segmentation as png (uint8) format though, right? And the correct post process material is assigned to the capture manager?
In general, I guess you could save 32bit, because I think I have seen this format option in code.. However, I have not tried, especially not with color images.. For my projects I have never needed HDR thus far..