Skip to content

Commit ed40ab6

Browse files
Update README.md
1 parent 0bf6564 commit ed40ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

call_blender_multi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def process_chunk(index_list, args):
7878
table_image_idx = np.random.randint(len(table_image_list))
7979
table_image = os.path.join(args.dtd_rootdir, table_image_list[table_image_idx])
8080

81-
background = '' #set to empty string to debug in blender
81+
background = ' --background ' #set to empty string to debug in blender
8282
no_cuda = ' --nocuda ' if args.nocuda else ''
8383

8484
outdir = 'multi_objects'

0 commit comments

Comments
 (0)