We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to generate hands without the objects from a terminal. When I execute the blender_hands_sacred.py, it raises an error :
' Unable to open a display Aborted (core dumped) '
Is there anyway to generate the images without rendering them? I am trying to just generate hands in different poses (without object).
Cheers
The text was updated successfully, but these errors were encountered:
Pass the -b flag to the command:
-b
./blender -b -noaudio -t 1 -P blender_grasps_sacred.py -- '{"frame_nb": 10, "frame_start": 0, "results_root": "datageneration/tmp", "background_datasets": ["white"]}'
Sorry, something went wrong.
No branches or pull requests
Hello,
I am trying to generate hands without the objects from a terminal. When I execute the blender_hands_sacred.py, it raises an error :
' Unable to open a display
Aborted (core dumped) '
Is there anyway to generate the images without rendering them? I am trying to just generate hands in different poses (without object).
Cheers
The text was updated successfully, but these errors were encountered: