vvernygora-unity3d

Results 4 comments of vvernygora-unity3d

hello @mark1ng123. We saw the same issue with black-generated images on Linux machines on AWS. The executable machine has a GPU connected, but there was no proper driver installed in...

@mark1ng123 If you have proper RGB images, there is no issue with drivers. Can you check sample scenes? Do you get proper segmentation output?

@mark1ng123 An example of samples can be found [HERE](https://github.com/Unity-Technologies/com.unity.perception/tree/main/PerceptionHDRP/Assets/Samples/Perception/0.15.0-preview.1/HDRP%20Labeler%20Examples/Scenes). Feel free to build [InstanceSegmentation](https://github.com/Unity-Technologies/com.unity.perception/blob/main/PerceptionHDRP/Assets/Samples/Perception/0.15.0-preview.1/HDRP%20Labeler%20Examples/Scenes/SampleScene_InstanceSegmentation.unity) to verify functionality. Black PNGs mean that nothing was labelled by the camera. Also, feel free...

@mark1ng123 Perception is built on top of the general HDRP project. You can check the [source code](https://github.com/Unity-Technologies/com.unity.perception/blob/0c79e0c78d02362745e56f7b307d65ea825f4913/com.unity.perception/Runtime/GroundTruth/PerceptionCamera.cs#L375) and see that this error means that unity project does not have HDRP...