Update README.md
Browse files
README.md
CHANGED
@@ -72,4 +72,18 @@ To use the trained YOLO11n-seg model for fish segmentation:
|
|
72 |
# Perform inference on an image
|
73 |
results = model("/content/test_image.jpg")
|
74 |
results.show()
|
75 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
# Perform inference on an image
|
73 |
results = model("/content/test_image.jpg")
|
74 |
results.show()
|
75 |
+
```
|
76 |
+
|
77 |
+
----------
|
78 |
+
### Limitations
|
79 |
+
The model was trained on black-and-white underwater footage, and may not generalize well to color images or videos with different lighting conditions.
|
80 |
+
The unsupervised learning nature of this model may lead to some incorrect detections, particularly in noisy environments where it may confuse other underwater objects for fish.
|
81 |
+
Images with complex backgrounds, occlusions, or poor resolution may affect the model's performance.
|
82 |
+
|
83 |
+
### Additional Notes:
|
84 |
+
- **Grayscale Imagery**: The model may perform better on grayscale images and might not generalize well to color underwater footage or images with different lighting conditions.
|
85 |
+
- **Unsupervised Learning**: Since using an unsupervised approach, it's worth noting that this can make the model more flexible but also more prone to errors or misclassifications without annotated data.
|
86 |
+
- **Ethical Considerations** The unsupervised learning approach could lead to biases in detections, especially in new environments or types of marine life that were not represented in the training dataset. This model should not be used in critical applications without thorough validation to ensure it doesn't miss key detections or produce incorrect results in sensitive scenarios. Consider the potential environmental or societal impact when using the model for marine conservation or research, and ensure that the detections are verified.
|
87 |
+
|
88 |
+
#### Disclaimer
|
89 |
+
This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA project content is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.
|