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
When rendering bop dataset, it warns that distractor objs and some hidden objects are annotated. But these objs are ignored acctually.
blenderproc run examples/datasets/bop_challenge/main_hb_random.py bop cc_textures/ outputs --num_scenes=20
No response
No uncorrect warnings.
v2.7.0
The text was updated successfully, but these errors were encountered:
fix(writer): eliminate uncorrect warning in write_bop
e59e398
when target_objects is not None, iterate target_objects instead of get_all_mesh_objects() to print correct warnings. closes DLR-RM#1056
6ab1cb0
Successfully merging a pull request may close this issue.
Describe the issue
When rendering bop dataset, it warns that distractor objs and some hidden objects are annotated. But these objs are ignored acctually.
Minimal code example
Files required to run the code
No response
Expected behavior
No uncorrect warnings.
BlenderProc version
v2.7.0
The text was updated successfully, but these errors were encountered: