-
Notifications
You must be signed in to change notification settings - Fork 393
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
Issue on rendering Shapenet Dataset #6
Comments
Hi @AmanKishore, the script would still work with this error (render the images and save cameras). I also have seen the same output before |
Cool, I was about to comment that it doesn't seem like an issue and can be ignored! |
@SteveJunGao Quick follow up, how long is the render_all script supposed to take? And is it dependant on GPU memory? |
It depends on the type of GPU card you're using. Typically, it can run 2-3 days |
Whoa that's extensive, any ideas on how to parallelize that across 8 GPUs? |
You can split the whole shapenet objects into 8 different subsets, then use each GPU to render each subset. E.g GPU0 render 0-1000, GPU1 render 1000-2000, etc. |
Good suggestion! |
When running:
python render_all.py --save_folder dataset/ --dataset_folder ShapeNetCore.v1/ --blender_root <path-to-blender>
Getting the following error:
The text was updated successfully, but these errors were encountered: