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

Data Generation Question #219

Open
xiu-ccc opened this issue Feb 18, 2022 · 4 comments
Open

Data Generation Question #219

xiu-ccc opened this issue Feb 18, 2022 · 4 comments

Comments

@xiu-ccc
Copy link

xiu-ccc commented Feb 18, 2022

Hello
I am using nvisii_data_gen to generate my own dataset for training. I found that the background of the synthetic dataset is generated by randomly selecting a part of the environment. I want to know how to make the entire environment as the background to generate synthetic data. thank you very much!

@TontonTremblay
Copy link
Collaborator

TontonTremblay commented Feb 18, 2022 via email

@mintar
Copy link
Contributor

mintar commented Feb 18, 2022

I believe what @xiu-ccc means is that only part of the background HDRI map is visible in the generated images. @xiu-ccc , is that what you mean?

If yes, I guess there is a misunderstanding. The HDRI maps are projected onto a "dome" that surrounds the whole scene. That means whatever direction the camera is pointing, you will always see only part of the HDRI image. The direction of the camera is randomized every time you start the script.

Or do you mean something else?

@xiu-ccc
Copy link
Author

xiu-ccc commented Feb 18, 2022

Sorry for my inaccurate description. I have given two example images.
1
00001
Instead of using the HDRI map to generate the environment like nvisii_data_gen, I changed the code to use the image in png format directly.
I want to make the background in the generated dataset the entire box in Figure 1, but the final synthesis effect finds that the data synthesized each time can only be a part of this background image.

@xiu-ccc
Copy link
Author

xiu-ccc commented Feb 18, 2022

I believe what @xiu-ccc means is that only part of the background HDRI map is visible in the generated images. @xiu-ccc , is that what you mean?

If yes, I guess there is a misunderstanding. The HDRI maps are projected onto a "dome" that surrounds the whole scene. That means whatever direction the camera is pointing, you will always see only part of the HDRI image. The direction of the camera is randomized every time you start the script.

Or do you mean something else?

Yes, that's what I want to express, thank you for your help, I understand why I have this problem.

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

No branches or pull requests

3 participants