-
Notifications
You must be signed in to change notification settings - Fork 26
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
Is there any tutorial about the foreground blender rendering #32
Comments
Hi! You can use the foreground rendering independently and we have updated some README of it. Please |
As far as I know, there is no systematic tutorial for blender with python, but the official API document We've also been implementing this part step by step to make it work. A good practice is to have a PC with display, and run the command without You can refer to official blender documentation, the blender community, StackOverflow and ChatGPT for help, and we'd be happy to answer any questions you might have when running our code. |
Hi I have a new question about the blender rendering progress. I found the depth data is also needed in chatsim since I found the code here, also in your readme file |
Hi, there are two depth in our framework. one is background depth, and another is foreground depth. foreground depth is a product of blender rendering. When you set background depth are what we suppose users provide to realize occlusion-aware composition. If it's accurate enough and Come back to your question:
|
Hi, Thanks for the amazing work!
I am very curious about foreground rendering. I would like to ask if there are more materials and tutorials about blender rendering, or a standalone foreground rendering pipeline.
Thanks in advance!
The text was updated successfully, but these errors were encountered: