Loading obj2rgbd.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ for rs,ds,_ in os.walk(model_input_folder): filelist = ','.join(fpaths) filelist = ','.join(fpaths) # this will run by Blender's bundled python # this will run by Blender's bundled python subprocess.run(os.path.join(PATH_TO_BLENDER,'blender')+" -b -P blender_generate_image_and_depth.py -- "+filelist, shell=True) subprocess.run(os.path.join(PATH_TO_BLENDER,'blender')+" -b -nosound -P blender_generate_image_and_depth.py -- "+filelist, shell=True) print("All RGB-Ds generated") print("All RGB-Ds generated") Loading Loading
obj2rgbd.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -36,7 +36,7 @@ for rs,ds,_ in os.walk(model_input_folder): filelist = ','.join(fpaths) filelist = ','.join(fpaths) # this will run by Blender's bundled python # this will run by Blender's bundled python subprocess.run(os.path.join(PATH_TO_BLENDER,'blender')+" -b -P blender_generate_image_and_depth.py -- "+filelist, shell=True) subprocess.run(os.path.join(PATH_TO_BLENDER,'blender')+" -b -nosound -P blender_generate_image_and_depth.py -- "+filelist, shell=True) print("All RGB-Ds generated") print("All RGB-Ds generated") Loading