Upload 3 files
Browse files- README.dataset.txt +6 -0
- README.roboflow.txt +29 -0
- data.yaml +13 -0
README.dataset.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# fish-scuba-project > 2024-07-11 11:27pm
|
2 |
+
https://universe.roboflow.com/gearresearchv9-bnx2y/fish-scuba-project
|
3 |
+
|
4 |
+
Provided by a Roboflow user
|
5 |
+
License: CC BY 4.0
|
6 |
+
|
README.roboflow.txt
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
fish-scuba-project - v2 2024-07-11 11:27pm
|
3 |
+
==============================
|
4 |
+
|
5 |
+
This dataset was exported via roboflow.com on March 7, 2025 at 8:40 PM GMT
|
6 |
+
|
7 |
+
Roboflow is an end-to-end computer vision platform that helps you
|
8 |
+
* collaborate with your team on computer vision projects
|
9 |
+
* collect & organize images
|
10 |
+
* understand and search unstructured image data
|
11 |
+
* annotate, and create datasets
|
12 |
+
* export, train, and deploy computer vision models
|
13 |
+
* use active learning to improve your dataset over time
|
14 |
+
|
15 |
+
For state of the art Computer Vision training notebooks you can use with this dataset,
|
16 |
+
visit https://github.com/roboflow/notebooks
|
17 |
+
|
18 |
+
To find over 100k other datasets and pre-trained models, visit https://universe.roboflow.com
|
19 |
+
|
20 |
+
The dataset includes 279 images.
|
21 |
+
Fish-scuba-divers are annotated in YOLOv11 format.
|
22 |
+
|
23 |
+
The following pre-processing was applied to each image:
|
24 |
+
* Auto-orientation of pixel data (with EXIF-orientation stripping)
|
25 |
+
* Resize to 640x640 (Stretch)
|
26 |
+
|
27 |
+
No image augmentation techniques were applied.
|
28 |
+
|
29 |
+
|
data.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
train: ../train/images
|
2 |
+
val: ../valid/images
|
3 |
+
test: ../test/images
|
4 |
+
|
5 |
+
nc: 6
|
6 |
+
names: ['diver', 'diver bubbles', 'fish', 'marine-plants', 'school of fish', 'seafloor']
|
7 |
+
|
8 |
+
roboflow:
|
9 |
+
workspace: gearresearchv9-bnx2y
|
10 |
+
project: fish-scuba-project
|
11 |
+
version: 2
|
12 |
+
license: CC BY 4.0
|
13 |
+
url: https://universe.roboflow.com/gearresearchv9-bnx2y/fish-scuba-project/dataset/2
|