Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ The model was trained and evaluated on the generated segmentation dataset with t
|
|
58 |
To use the trained YOLO11n-seg model for fish segmentation:
|
59 |
|
60 |
1. **Load the Model**:
|
61 |
-
|
62 |
from ultralytics import YOLO
|
63 |
|
64 |
# Load YOLO11n-seg model
|
|
|
58 |
To use the trained YOLO11n-seg model for fish segmentation:
|
59 |
|
60 |
1. **Load the Model**:
|
61 |
+
```python
|
62 |
from ultralytics import YOLO
|
63 |
|
64 |
# Load YOLO11n-seg model
|