We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf6564 commit ed40ab6Copy full SHA for ed40ab6
call_blender_multi.py
@@ -78,7 +78,7 @@ def process_chunk(index_list, args):
78
table_image_idx = np.random.randint(len(table_image_list))
79
table_image = os.path.join(args.dtd_rootdir, table_image_list[table_image_idx])
80
81
- background = '' #set to empty string to debug in blender
+ background = ' --background ' #set to empty string to debug in blender
82
no_cuda = ' --nocuda ' if args.nocuda else ''
83
84
outdir = 'multi_objects'
0 commit comments