Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,13 @@ This model was trained to detect fish in underwater **Grayscale Imagery** using
|
|
16 |
- **Model Architecture**: YOLOv8n
|
17 |
- **Task**: Object Detection (Fish Detection)
|
18 |
- **Footage Type**: Grayscale(Black-and-White) Underwater Footage
|
19 |
-
- **Classes**:
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
# Intended Use
|
22 |
- real time detections on Grayscale(Black-and-White) Underwater Footage
|
@@ -30,12 +36,6 @@ This model was trained to detect fish in underwater **Grayscale Imagery** using
|
|
30 |
- Training Data: Quality and diversity of the grayscale underwater dataset, split into 80% training and 20% validation.
|
31 |
- Training Parameters: Configured with 50 epochs, a 0.001 learning rate, and 416x416 image size for optimal model convergence.
|
32 |
|
33 |
-
## Model Weights
|
34 |
-
The model's weights can be found [here](./yolov8n_fish_trained.pt)
|
35 |
-
|
36 |
-
## Test Results
|
37 |
-
![GIF description](./unsupervised_ai_test.gif)
|
38 |
-
|
39 |
## Metrics
|
40 |
Below are the key metrics from the model evaluation on the validation set:
|
41 |
|
|
|
16 |
- **Model Architecture**: YOLOv8n
|
17 |
- **Task**: Object Detection (Fish Detection)
|
18 |
- **Footage Type**: Grayscale(Black-and-White) Underwater Footage
|
19 |
+
- **Classes**: 1 (fish)
|
20 |
+
|
21 |
+
## Test Results
|
22 |
+
![GIF description](./unsupervised_ai_test.gif)
|
23 |
+
|
24 |
+
## Model Weights
|
25 |
+
The model's weights can be found [here](./yolov8n_fish_trained.pt)
|
26 |
|
27 |
# Intended Use
|
28 |
- real time detections on Grayscale(Black-and-White) Underwater Footage
|
|
|
36 |
- Training Data: Quality and diversity of the grayscale underwater dataset, split into 80% training and 20% validation.
|
37 |
- Training Parameters: Configured with 50 epochs, a 0.001 learning rate, and 416x416 image size for optimal model convergence.
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Metrics
|
40 |
Below are the key metrics from the model evaluation on the validation set:
|
41 |
|