Commit a2a8a4e0 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

typo

parent c6cbd97f
......@@ -36,7 +36,7 @@ for rs,ds,_ in os.walk(model_input_folder):
filelist = ','.join(fpaths)
# this will run by Blender's bundled python
subprocess.run(os.path.join(PATH_TO_BLENDER,'blender')+" -b -nosound -P blender_generate_image_and_depth.py -- "+filelist, shell=True)
subprocess.run(os.path.join(PATH_TO_BLENDER,'blender')+" -b -noaudio -P blender_generate_image_and_depth.py -- "+filelist, shell=True)
print("All RGB-Ds generated")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment