UnrealImageCapture icon indicating copy to clipboard operation
UnrealImageCapture copied to clipboard

Segmentation

Open PyTorr opened this issue 2 years ago • 4 comments

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.

PyTorr avatar Jul 18 '21 08:07 PyTorr

Hey, have you set the CustomDepthStencils for these objects?

TimmHess avatar Jul 19 '21 10:07 TimmHess

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 .

PyTorr avatar Jul 19 '21 10:07 PyTorr

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?

PyTorr avatar Jul 19 '21 14:07 PyTorr

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..

TimmHess avatar Jul 19 '21 15:07 TimmHess