shakesbeard commited on
Commit
aaa3c62
1 Parent(s): 01e6b7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -3
README.md CHANGED
@@ -1,3 +1,72 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+ # ReefNet Dataset
5
+
6
+ The ReefNet dataset is a comprehensive collection of annotated coral images designed for training and evaluating machine learning models in the field of corals. This dataset provides a rich source of information to aid in the classification and study of corals across different geographic regions.
7
+
8
+ ## Dataset Structure
9
+
10
+ The dataset is organized as follows:
11
+
12
+ - `ReefNet_CN_annotations.csv` (714 MB)
13
+ - Contains the annotations for the CoralNet data sources used in ReefNet.
14
+
15
+ - `ReefNet_RSG_annotations.csv` (2.42 MB)
16
+ - Contains the annotations for the ReefNet dataset with genus and species-level labels.
17
+
18
+ - `ReefNet_RSG_images.zip` (1.21 GB)
19
+ - This file contains the majority of the training and validation images. Due to its large size, it is hosted on Google Drive.
20
+
21
+ - `Supplementary Materials 1 CoralNet sources used in ReefNet.xlsx` (16.8 KB)
22
+ - Details the CoralNet sources used in the ReefNet dataset.
23
+
24
+ - `Supplementary Materials 2 ReefNet dataset structure.xlsx` (49.5 KB)
25
+ - Provides an overview of the dataset structure.
26
+
27
+ - `Supplementary Materials 3 ReefNet Training and Validation data distribution.xlsx` (32.7 KB)
28
+ - Describes the distribution of training and validation data in the ReefNet dataset.
29
+
30
+ ## Download Instructions
31
+
32
+ ### Hugging Face Files
33
+
34
+ You can download the following files directly from Hugging Face:
35
+
36
+ - `ReefNet_CN_annotations.csv`
37
+ - `ReefNet_RSG_annotations.csv`
38
+ - `Supplementary Materials 1 CoralNet sources used in ReefNet.xlsx`
39
+ - `Supplementary Materials 2 ReefNet dataset structure.xlsx`
40
+ - `Supplementary Materials 3 ReefNet Training and Validation data distribution.xlsx`
41
+
42
+ ### Google Drive File
43
+
44
+ Due to its size, the `ReefNet_CN_images.zip` file is hosted on Google Drive. You can download it using the following link:
45
+
46
+ [ReefNet_CN_images.zip](https://drive.google.com/file/d/1adETkbevDTDSCZEbmSNdwhzAM-4bp5IF/view?usp=sharing)
47
+
48
+ ## Usage
49
+
50
+ To use this dataset, please ensure that you download all necessary files, including the images from Google Drive. The annotations are provided in CSV format, which can be easily read and processed using various data analysis tools and libraries.
51
+
52
+ <!-- ## Citation
53
+
54
+ If you use this dataset in your research, please cite it as follows:
55
+
56
+ @dataset{reefnet2024,
57
+ author = {Your Name and Collaborators},
58
+ title = {ReefNet: Annotated Coral Image Dataset for Machine Learning},
59
+ year = 2024,
60
+ publisher = {Hugging Face},
61
+ url = {https://huggingface.co/datasets/reefnet}
62
+ } -->
63
+
64
+
65
+ ## Contact
66
+
67
+ For any questions or issues regarding the dataset, please contact:
68
+
69
+ - Yahia Battach
70
71
+
72
+ We hope this dataset aids in your research and contributes to the advancement of marine biology and machine learning applications.