akridge commited on
Commit
2395ac7
1 Parent(s): a9faf1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -23,6 +23,12 @@ This model was trained to detect and segment fish in underwater **Grayscale Imag
23
  - **Footage Type**: Grayscale Underwater Footage
24
  - **Classes**: 1 (Fish)
25
 
 
 
 
 
 
 
26
  ## Auto-Training Process
27
  The segmentation dataset was generated using an automated pipeline:
28
  - **Detection Model**: A pre-trained YOLO model (https://huggingface.co/akridge/yolo11-fish-detector-grayscale/) was used to detect fish.
@@ -30,10 +36,6 @@ The segmentation dataset was generated using an automated pipeline:
30
  - **Output**: The dataset was saved at `/content/sam_dataset/`.
31
 
32
  This automated process allowed for efficient mask generation without manual annotation, facilitating faster dataset creation.
33
-
34
- ## Model Weights
35
- Download the model weights [here](./yolo11n_fish_seg_trained.pt)
36
-
37
  ## Intended Use
38
  - Real-time fish detection and segmentation on grayscale underwater imagery.
39
  - Post-processing of video or images for research purposes in marine biology and ecosystem monitoring.
 
23
  - **Footage Type**: Grayscale Underwater Footage
24
  - **Classes**: 1 (Fish)
25
 
26
+ ## Test Results
27
+ ![GIF description](./yolo11n-seg.gif)
28
+
29
+ ## Model Weights
30
+ Download the model weights [here](./yolo11n_fish_seg_trained.pt)
31
+
32
  ## Auto-Training Process
33
  The segmentation dataset was generated using an automated pipeline:
34
  - **Detection Model**: A pre-trained YOLO model (https://huggingface.co/akridge/yolo11-fish-detector-grayscale/) was used to detect fish.
 
36
  - **Output**: The dataset was saved at `/content/sam_dataset/`.
37
 
38
  This automated process allowed for efficient mask generation without manual annotation, facilitating faster dataset creation.
 
 
 
 
39
  ## Intended Use
40
  - Real-time fish detection and segmentation on grayscale underwater imagery.
41
  - Post-processing of video or images for research purposes in marine biology and ecosystem monitoring.