update normal in computing strategy

This commit is contained in:
hofee
2024-10-23 11:13:18 -05:00
parent 9d0119549e
commit a1226eb294
5 changed files with 38 additions and 12 deletions

View File

@@ -164,9 +164,9 @@ def save_scene_data(root, scene, scene_idx=0, scene_total=1,file_type="txt"):
if __name__ == "__main__":
#root = "/media/hofee/repository/new_data_with_normal"
root = r"C:\Document\Local Project\nbv_rec\nbv_reconstruction\temp"
root = r"C:\Document\Datasets\nbv_rec_part2"
scene_list = os.listdir(root)
from_idx = 0 # 1000
from_idx = 600 # 1000
to_idx = len(scene_list) # 1500