-
Notifications
You must be signed in to change notification settings - Fork 387
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
question about setting blender #4
Comments
Hi @amiltonwong , Regarding the Regarding the error : sh: 1: /root/Downloads/blender-2.90.0-linux64/2.90/python/bin: Permission denied It seems you don't have access to the blender file you downloaded, can you double check whether you have access to it? Also, to see more error message, you can remove Hope this can help! |
Hi, @SteveJunGao , Thanks for your reply. I've fixed the problem and figured out it's the wrong configure in my blender. One more question, does the scales here have some typos? Two 0.9 scale values occur. Thanks~ |
How did you get it working @amiltonwong ? How did you fix the wrong configure ? |
@amiltonwong the scale is correct, we normalize all the chairs to the length of 0.7, car & motorbikes to the scale of 0.9, to get the best view of the object when rendering it. |
I close the issue now, if have any updates or further questions related to this issue, feel free to re-open it! Thanks for trying the code! |
Do you know how much time this process takes? I am seeing about 14612 blender runs. |
It depends on the capacity of your GPU card ;) You can compute the time by (TIME_PER_OBJECT * N_OBJECT) |
Yes, the rendering is not GPU intensive. You can also run multiple processes in one GPU such that your GPU utilization can be higher Note that, you only need to render the dataset once, after that you can train many different models using this rendered dataset. |
--blender_root should not be |
I got |
Hi, @SteveJunGao ,
According to the steps, the following two lines are just used for ensuring the existence of pip and numpy:
Do we need to specify the location of bpy module, as it is needed here, when executing
render_all.py
?When I execute
I got the following error:
Any hints to solve this issue?
Thanks~
The text was updated successfully, but these errors were encountered: