This commit is contained in:
2024-10-24 20:18:47 +08:00
parent 75c70a9e59
commit ebb1ab3c61
2 changed files with 2 additions and 11 deletions

View File

@@ -172,8 +172,8 @@ if __name__ == "__main__":
# for line in f:
# scene_list.append(line.strip())
scene_list = os.listdir(root)
from_idx = 0 # 1000
to_idx = 600 # 1500
from_idx = 720 # 1000
to_idx = 800 # 1500
cnt = 0