solve merge conflicts

This commit is contained in:
2024-10-06 17:49:05 +08:00
9 changed files with 228 additions and 223 deletions

View File

@@ -155,7 +155,7 @@ if __name__ == "__main__":
total = to_idx - from_idx
for scene in scene_list[from_idx:to_idx]:
start = time.time()
save_scene_data(root, scene, cnt, total, "txt")
save_scene_data(root, scene, cnt, total, file_type="npy")
cnt+=1
end = time.time()
print(f"Time cost: {end-start}")