Mohsen Kamalzadeh
Mohsen Kamalzadeh
Hi @fisheess. It is difficult to tell what is going wrong with your project, but setting the sky type to none should not cause the issues you are describing. It...
Hi @Rawdreen , please see this issue https://github.com/Unity-Technologies/com.unity.perception/issues/604#issuecomment-1654259523
Hi @calingc. I tried to replicate this issue but was not successful. The output looks correct for me with mac builds on both perception and solo endpoints. The images you...
Hi, this scene is not available publicly, but the assets used are available in the [SynthDet project](https://github.com/Unity-Technologies/SynthDet).
The good news here is that your segmentation image only shows the current objects, which means they are being correctly destroyed/moved out of view. The issue with the RGB images...
Hi, You should be able to achieve this by rendering your camera to a render texture, and setting the resolution of the texture to your desired value. This should be...