The depth camera doesn't detect weather effects #3695
Replies: 5 comments
-
@jonyMarino Can you please help with this issue? I hope you don't mind being tagged :D |
Beta Was this translation helpful? Give feedback.
-
Hi @Deepakgthomas! It may be a non-trivial fix. We will take a look. |
Beta Was this translation helpful? Give feedback.
-
Thanks for replying Jonathan! The depth images are used as input to my RL
algorithm. I wanted to create some kind of noise in my environment such as
snow, rain, leaf etc. Basically change the condition/ weather of my
environment.
…On Wed, May 12, 2021 at 12:58 PM Jonathan ***@***.***> wrote:
Hi @Deepakgthomas <https://github.com/Deepakgthomas>! It may be a
non-trivial fix. Why do you need it for?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3679 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFHXYWTBKDTRG3K4YLCCTDLTNK6URANCNFSM44SCZUCQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi @Deepakgthomas, we experimented with modifying all the collision parameters inside the particle system for snow: ParticleSystem'/AirSim/Weather/WeatherFX/Particles/P_Weather_SnowFX.P_Weather_SnowFX'. Unfortunately, we couldn't figure out a configuration that would make the particles visible to the DepthViz or Segmentation post process materials. We believe that the DepthViz depends on getting the position of the individual particles which is not currently accessible in the WeatherFX. It seems like it would be easier to generate noise for these visualizations in a different way, and you are welcome to submit a feature request. |
Beta Was this translation helpful? Give feedback.
-
Opened #3699 for a way to get leaves/snow to show up in depth and segmentation. |
Beta Was this translation helpful? Give feedback.
-
What's the issue you encountered?
While changing the weather, I see that the depth and segmentation cameras do not show the weather change.
Weather 1 Image -
It can be argued that the depth camera can't detect rain/snow.
Weather 2 Image (Super Foggy) -
This rightmost camera can detect fog. However, the depth and segmentation camera still behave as if there is no fog.
Settings
How can the issue be reproduced?
Here is my code to get the weather -
Beta Was this translation helpful? Give feedback.
All reactions