akridge commited on
Commit
db88906
1 Parent(s): f535059

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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. It leverages data from multiple open datasets to identify and locate urchins in various underwater images.
19
 
20
  - **Model Architecture**: YOLO11n
21
  - **Task**: Object Detection (Urchin Detection)
22
- - **Footage Type**: Underwater Footage (Color and Grayscale)
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 color and urchin images from various angles, enabling the model to perform effectively across different visual inputs.
44
  - Model Architecture (YOLO11n): Lightweight and optimized for real-time urchin detection in underwater footage.
45
- - Training Data: The dataset includes a mix of color and grayscale images, 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 optimal model convergence.
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: