fix bug
This commit is contained in:
@@ -218,8 +218,6 @@ class DataGenerator:
|
||||
file_path = os.path.join(depth_dir, depth_file)
|
||||
new_file_path = os.path.join(depth_dir, f"{name}.png")
|
||||
os.rename(file_path,new_file_path)
|
||||
BlenderUtils.save_blend(scene_dir)
|
||||
exit(0)
|
||||
|
||||
return True
|
||||
|
||||
|
Reference in New Issue
Block a user