Update README.md
Browse files
README.md
CHANGED
@@ -15,11 +15,11 @@ pipeline_tag: object-detection
|
|
15 |
# Yolo11n Sea Urchin Detector
|
16 |
|
17 |
## Model Details / Overview
|
18 |
-
This model was trained to detect sea urchins using the YOLO11 architecture.
|
19 |
|
20 |
- **Model Architecture**: YOLO11n
|
21 |
- **Task**: Object Detection (Urchin Detection)
|
22 |
-
- **Footage Type**: Underwater Footage
|
23 |
- **Classes**: 1 (urchin)
|
24 |
|
25 |
## Test Results
|
@@ -40,10 +40,10 @@ The model's weights can be found [here](./yolo11n_urchin_trained.pt) | Also avai
|
|
40 |
|
41 |
# Factors
|
42 |
### Model Performance
|
43 |
-
- Multi-source Dataset: Trained on datasets that include
|
44 |
- Model Architecture (YOLO11n): Lightweight and optimized for real-time urchin detection in underwater footage.
|
45 |
-
- Training Data: The dataset
|
46 |
-
- Training Parameters: Configured with 50 epochs, a 0.001 learning rate, and 640x640 image size for
|
47 |
|
48 |
## Datasets
|
49 |
The training data was collected, parsed and organized from open sources:
|
|
|
15 |
# Yolo11n Sea Urchin Detector
|
16 |
|
17 |
## Model Details / Overview
|
18 |
+
This model was trained to detect sea urchins using the YOLO11 architecture. Trained on open datasets to identify and locate urchins in various underwater conditions.
|
19 |
|
20 |
- **Model Architecture**: YOLO11n
|
21 |
- **Task**: Object Detection (Urchin Detection)
|
22 |
+
- **Footage Type**: Underwater Footage
|
23 |
- **Classes**: 1 (urchin)
|
24 |
|
25 |
## Test Results
|
|
|
40 |
|
41 |
# Factors
|
42 |
### Model Performance
|
43 |
+
- Multi-source Dataset: Trained on datasets that include urchin images from various angles.
|
44 |
- Model Architecture (YOLO11n): Lightweight and optimized for real-time urchin detection in underwater footage.
|
45 |
+
- Training Data: The dataset is split into 70% training, 20% validation, and 10% test data.
|
46 |
+
- Training Parameters: Configured with 50 epochs, a 0.001 learning rate, and 640x640 image size for convergence.
|
47 |
|
48 |
## Datasets
|
49 |
The training data was collected, parsed and organized from open sources:
|