pinnemi commited on
Commit
8d9dd29
·
verified ·
1 Parent(s): 2b459ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -14,25 +14,27 @@ base_model:
14
  ## Model Details
15
  This model was trained using YOLOv12 for object detection.
16
 
 
 
17
  ## Dataset
18
  This dataset is a series of frames pulled from ROV video during the Pythia’s Oasis research cruise in 2019. Although multiple dives occurred in this location, this dataset only includes imagery from the first dive, J2-1225. The original dive footage was edited down to about an hour and a half, excluding the ascent and descent, as well as removing video with the ROV arm or other machinery. In total, 1,110 images were extracted from the edited footage. Initial annotation predictions were made by Fathomnet, and classes were then cleaned manually. The classes include a variety of anemones, fishes, crabs, corals, sea stars, jellies, and sea cucumbers. Clams and snails, while present, were excluded due to time constraints during annotation.
19
 
20
- ---
21
  **Original Video Resolution:** 1080p
22
 
23
- ---
24
  **Exported/Edited Video Resolution:** 1920 x 1088
25
 
26
- ---
27
  **Preprocesssing:** Auto-orient, resize to 1024 x 1024
28
 
29
- ---
30
  **Augmentations:** Shear (+10 degrees horizontal, +10 degrees vertical), Brightness (between -10% and 10%), and Blur (up to 2.5px)
31
 
32
- ---
33
  **Dataset size after Augmentations:** 2998
34
 
35
- ---
36
  | Class Name | Number of Annotations |
37
  | ---------------------- | --------------------- |
38
  | Actiniaria | 1865 |
 
14
  ## Model Details
15
  This model was trained using YOLOv12 for object detection.
16
 
17
+ ---
18
+
19
  ## Dataset
20
  This dataset is a series of frames pulled from ROV video during the Pythia’s Oasis research cruise in 2019. Although multiple dives occurred in this location, this dataset only includes imagery from the first dive, J2-1225. The original dive footage was edited down to about an hour and a half, excluding the ascent and descent, as well as removing video with the ROV arm or other machinery. In total, 1,110 images were extracted from the edited footage. Initial annotation predictions were made by Fathomnet, and classes were then cleaned manually. The classes include a variety of anemones, fishes, crabs, corals, sea stars, jellies, and sea cucumbers. Clams and snails, while present, were excluded due to time constraints during annotation.
21
 
22
+
23
  **Original Video Resolution:** 1080p
24
 
25
+
26
  **Exported/Edited Video Resolution:** 1920 x 1088
27
 
28
+
29
  **Preprocesssing:** Auto-orient, resize to 1024 x 1024
30
 
31
+
32
  **Augmentations:** Shear (+10 degrees horizontal, +10 degrees vertical), Brightness (between -10% and 10%), and Blur (up to 2.5px)
33
 
34
+
35
  **Dataset size after Augmentations:** 2998
36
 
37
+
38
  | Class Name | Number of Annotations |
39
  | ---------------------- | --------------------- |
40
  | Actiniaria | 1865 |