Welcome to BlenderProc Discussions! #453
Replies: 7 comments 24 replies
-
Hey guys, I am just starting to use BlenderProc for dataset generation and found it quite resourceful so far. The project I am working on, requires Keypoint data from certain objects in the scene, apart from Semantic Segmentation and Depth. Is there anyway to possible to retrieve keypoint data as well using BlenderProc? Thanks in Advance |
Beta Was this translation helpful? Give feedback.
-
Trivial question, if I wanted to run the examples in the documentation, I need to clone the GitHub project, i.e. it is not enough to just install with "pip install blenderproc", am I correct? I have installed using "pip install blenderproc" as documented. However, if I read the Basic Scene example, this installation does not include the "BlenderProc main directory" that contains the examples folder. So I will still need to clone / download the project. In the same vein, "blenderproc quickstart" as indicated in the GitHub main page does not exist. The documentation front page however is correct in explaining that we need to create the quickstart.py ourselves. |
Beta Was this translation helpful? Give feedback.
-
When reading the example for the dataset SceneNet, texture files are required and the download link is http://tinyurl.com/zpc9ppb. This leads to a google drive page where access is denied, with a button and message to request access. Are you (the maintainers here) the owner of these texture files or is it owned by the maintainer of SceneNet? Is this free to request, and what message should I put here? |
Beta Was this translation helpful? Give feedback.
-
Hey guys. Look, I have installed Blender by pip install blenderproc and I have clone GitHub project, the command from documentation. But, when I run the quickstart example, Blender says "no module name blenderproc". But the all files are in the same directory. I don't understand. Besides, the Blender Proc main hasn't been installed. |
Beta Was this translation helpful? Give feedback.
-
I got it, thank you very much. I did what you said. I removed bproc.init(), and I've wrote set_render_devices (use_only_cpu=True) and Initializer.py and quickstar.py. Merging data for frame 249 into output/249.hdf5 Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
Basic example. Where can I download the obj and camera file from basic example? I've tried through terminal, but I can't. I am sorry the basic questions, I've used Blender through python , but I'm starting with blenderproc and basic with python. |
Beta Was this translation helpful? Give feedback.
-
Please, in the future open a new discussion thread for your questions. |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions