This commit is contained in:
hofee
2024-10-26 03:24:01 -05:00
parent a1226eb294
commit a41571e79c
6 changed files with 121 additions and 18 deletions

View File

@@ -164,10 +164,10 @@ 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\Datasets\nbv_rec_part2"
root = r"H:\AI\Datasets\nbv_rec_part2"
scene_list = os.listdir(root)
from_idx = 600 # 1000
to_idx = len(scene_list) # 1500
from_idx = 0 # 1000
to_idx = 600 # 1500
cnt = 0