feat: 데이터 저장 경로를 model_Dev/data로 업데이트

This commit is contained in:
2025-08-28 10:26:29 +09:00
parent fdf330143f
commit bed6ce22f5
3 changed files with 28 additions and 10 deletions

View File

@@ -13,6 +13,6 @@
"data_storage": {
"local_storage_path": "./collected_data",
"file_format": "json",
"drive_mount_path": "/content/drive/MyDrive/AI_Data"
"drive_mount_path": "/content/drive/MyDrive/model_Dev/data"
}
}