一些小修改

This commit is contained in:
2025-11-19 12:23:17 +08:00
parent 95d719cc1e
commit 80ae03c8c1
25 changed files with 2291 additions and 17 deletions

View File

@@ -82,7 +82,7 @@ def process_cif_folder(cif_folder_path: str, output_csv_path: str):
if __name__ == "__main__":
# ----- 参数配置 -----
# 请将此路径修改为您存放CIF文件的文件夹的实际路径
CIF_DIRECTORY = "data/0921"
CIF_DIRECTORY = "raw/0921"
# 输出的CSV文件名
OUTPUT_CSV = "corner_sharing_results.csv"