Spaces:
Sleeping
Sleeping
Update cellemetry/tools/segmentation.py
Browse files
cellemetry/tools/segmentation.py
CHANGED
|
@@ -21,7 +21,7 @@ def apply_sam3_tool(
|
|
| 21 |
|
| 22 |
Args:
|
| 23 |
entity: Object name (e.g., 'cell', 'nucleus') - use SINGULAR form
|
| 24 |
-
color: Color adjective (e.g., 'green', 'blue')
|
| 25 |
morphology: Shape adjective (e.g., 'irregular', 'round')
|
| 26 |
bboxes: Bounding boxes in one of these formats:
|
| 27 |
- List of dicts: [{"ymin": 0, "xmin": 0, "ymax": 100, "xmax": 100}, ...]
|
|
|
|
| 21 |
|
| 22 |
Args:
|
| 23 |
entity: Object name (e.g., 'cell', 'nucleus') - use SINGULAR form
|
| 24 |
+
color: Color adjective (e.g., 'green', 'blue', 'pink')
|
| 25 |
morphology: Shape adjective (e.g., 'irregular', 'round')
|
| 26 |
bboxes: Bounding boxes in one of these formats:
|
| 27 |
- List of dicts: [{"ymin": 0, "xmin": 0, "ymax": 100, "xmax": 100}, ...]
|