Commit c6cbd97f authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

-nosound option

parent 0c2a8229
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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")