From d09eecb43ccf121b0730d0408830edcb5983a8f4 Mon Sep 17 00:00:00 2001 From: Jan Lebert Date: Sat, 23 Mar 2024 20:47:16 -0700 Subject: [PATCH] Run util/check_style.py --apply --- examples/python/reconstruction_system/make_fragments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/python/reconstruction_system/make_fragments.py b/examples/python/reconstruction_system/make_fragments.py index 17d875aa86c..5af9d960f4b 100644 --- a/examples/python/reconstruction_system/make_fragments.py +++ b/examples/python/reconstruction_system/make_fragments.py @@ -145,6 +145,7 @@ def make_pointcloud_for_fragment(path_dataset, color_files, depth_files, write_ascii=False, compressed=True) + def process_single_fragment(fragment_id, color_files, depth_files, n_files, n_fragments, config): if config["path_intrinsic"]: