Spaces:
Running
Running
Update src/ai_processor.py
Browse files- src/ai_processor.py +1 -1
src/ai_processor.py
CHANGED
|
@@ -792,7 +792,7 @@ class AIProcessor:
|
|
| 792 |
"detection_confidence": float(results[0].boxes.conf[0].cpu().item())
|
| 793 |
if getattr(results[0].boxes, "conf", None) is not None else 0.0,
|
| 794 |
"detection_image_path": detection_path,
|
| 795 |
-
"segmentation_image_path":
|
| 796 |
"segmentation_annotated_path": annotated_seg_path,
|
| 797 |
"segmentation_roi_path": segmentation_roi_path,
|
| 798 |
"roi_mask_path": roi_mask_path,
|
|
|
|
| 792 |
"detection_confidence": float(results[0].boxes.conf[0].cpu().item())
|
| 793 |
if getattr(results[0].boxes, "conf", None) is not None else 0.0,
|
| 794 |
"detection_image_path": detection_path,
|
| 795 |
+
"segmentation_image_path": annotated_seg_path,
|
| 796 |
"segmentation_annotated_path": annotated_seg_path,
|
| 797 |
"segmentation_roi_path": segmentation_roi_path,
|
| 798 |
"roi_mask_path": roi_mask_path,
|