akridge commited on
Commit
c16a424
1 Parent(s): bb0851d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: object-detection
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
@@ -25,6 +25,9 @@ This model was trained to detect sea urchins using the YOLO11 architecture. Trai
25
  ## Test Results
26
  ![results](./results.jpg)
27
 
 
 
 
28
  ## Model Weights
29
  The model's weights can be found [here](./yolo11n_urchin_trained.pt) | Also available in various formats:
30
 
 
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
+ - link to Medium sized model: https://huggingface.co/akridge/yolo11m-sea-urchin-detector
20
  - **Model Architecture**: YOLO11n
21
  - **Task**: Object Detection (Urchin Detection)
22
  - **Footage Type**: Underwater Footage
 
25
  ## Test Results
26
  ![results](./results.jpg)
27
 
28
+ ## Evaluation of YOLOv11n & YOLOv11m Performance
29
+ ![results](./results_h.png)
30
+
31
  ## Model Weights
32
  The model's weights can be found [here](./yolo11n_urchin_trained.pt) | Also available in various formats:
33