修改图片保存路径

This commit is contained in:
TD
2025-04-11 11:47:29 +08:00
parent 428896dbf8
commit e31a890b06
2 changed files with 2 additions and 1 deletions

View File

@ -656,6 +656,7 @@ namespace DHSoftware
detectionConfig.ModelHeight = detection.ModelHeight;
detectionConfig.In_lable_path = detection.In_lable_path;
detectionConfig.IsEnabled = detection.IsEnabled;
detectionConfig.ImageSaveDirectory = "D://Projects//Images";
detectionConfig.ShowLocation.X = (i + 1) % 5 + (i + 1) / 5;
// detectionConfig.ShowLocation.X = detection.ShowLocation.X;