Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

light conditions and rain/snow simulation #958

Closed
soans1994 opened this issue Aug 10, 2023 · 2 comments
Closed

light conditions and rain/snow simulation #958

soans1994 opened this issue Aug 10, 2023 · 2 comments
Labels

Comments

@soans1994
Copy link

Describe your feature request

hello,

I need some inputs from you regarding the following problems,

  1. I want to generate data for day and night light conditions. Is using HDRI background better than manual sun/point light sampling.

  2. Is there anyway to simulate simple rain and snow in front of the 3d object using Physics positioning. Other way is to use random object position sampling by creating a small snow/rain like structure. Will it be too much memory intensive .

Thank You

Describe a possible solution

No response

@soans1994 soans1994 added the enhancement New feature or request label Aug 10, 2023
@cornerfarmer
Copy link
Member

Hey,

  1. Yes hdri backgrounds usually create a more realistic lighting, see the haven example (https://github.com/DLR-RM/BlenderProc/tree/main/examples/datasets/haven)
  2. At the moment blenderproc does not support rain/snow effects. In blender you would usually do that via particle effects not single objects. However, this is not so easy to get right. So if you want a simple solution, I would recommend to add these effects as augmentations after rendering the images, e.g. with imgaug (https://imgaug.readthedocs.io/en/latest/source/overview/weather.html?highlight=rain#rain)

@soans1994
Copy link
Author

@cornerfarmer

thank you for your reply.
I will check out the links.
Also we can use Adobe photoshop or Illustrator to create rain,snow,fog effect and use batch actions function for all images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants