训练数据前置处理与提升训练效率

This commit is contained in:
lee
2025-07-10 14:24:05 +08:00
parent 0701538a73
commit 09f41f6289
15 changed files with 430 additions and 116 deletions

View File

@ -188,7 +188,7 @@ class PairGenerator:
if __name__ == "__main__":
original_path = '/home/lc/data_center/scatter/val_extar'
original_path = '/home/lc/data_center/scatter/v4/val'
parent_dir = str(Path(original_path).parent)
generator = PairGenerator()