Update README.md
Browse files
README.md
CHANGED
|
@@ -1,23 +1,30 @@
|
|
| 1 |
|
| 2 |
-
Moon Detection Dataset for YOLOv8
|
|
|
|
| 3 |
This dataset was developed as part of the CubeRT-02 project, a CubeSat mission aimed at testing AI-powered vision systems in aerospace contexts. It consists of 7500+ annotated images for object detection of the Moon, optimized for use with the YOLOv8 architecture.
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
-
📁 Dataset Structure
|
| 13 |
This dataset follows the YOLOv8 format. A Python script and a YAML configuration file are included to help you easily train or test the dataset using Ultralytics' YOLOv8 implementation.
|
| 14 |
|
| 15 |
-
Authors
|
|
|
|
| 16 |
Luis Adrian Cabrera | https://github.com/LuisAdrian5519
|
| 17 |
Jesse Banda Chaidez | https://github.com/Jessebnda
|
| 18 |
|
| 19 |
-
Contributors
|
| 20 |
-
|
|
|
|
| 21 |
Erick Blanco Nakashima
|
| 22 |
Juan Pablo Riojas Pesqueira
|
| 23 |
Guillermo Villegas
|
|
|
|
| 1 |
|
| 2 |
+
# Moon Detection Dataset for YOLOv8
|
| 3 |
+
|
| 4 |
This dataset was developed as part of the CubeRT-02 project, a CubeSat mission aimed at testing AI-powered vision systems in aerospace contexts. It consists of 7500+ annotated images for object detection of the Moon, optimized for use with the YOLOv8 architecture.
|
| 5 |
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## 📸 Dataset Collection & Annotation
|
| 9 |
+
|
| 10 |
+
**Initial set**: ~400 web-sourced images used for theoretical model exploration.
|
| 11 |
+
**Main dataset**: 7500+ images captured over 6 months using smartphones and amateur camera devices, reflecting real-world scales, perspectives, and conditions.
|
| 12 |
+
**Cleaning**: Manual filtering of blurry, low-quality, or irrelevant images.
|
| 13 |
+
**Annotation**: Performed via Roboflow platform with bounding boxes for YOLOv8.
|
| 14 |
+
**Augmentation**: Basic augmentations applied during preparation; none used during final training due to negative effects on performance.
|
| 15 |
+
|
| 16 |
+
## 📁 Dataset Structure
|
| 17 |
|
|
|
|
| 18 |
This dataset follows the YOLOv8 format. A Python script and a YAML configuration file are included to help you easily train or test the dataset using Ultralytics' YOLOv8 implementation.
|
| 19 |
|
| 20 |
+
## Authors
|
| 21 |
+
|
| 22 |
Luis Adrian Cabrera | https://github.com/LuisAdrian5519
|
| 23 |
Jesse Banda Chaidez | https://github.com/Jessebnda
|
| 24 |
|
| 25 |
+
## Contributors
|
| 26 |
+
|
| 27 |
+
José Alejandro Padilla Pérez | https://github.com/PadillaPepe777
|
| 28 |
Erick Blanco Nakashima
|
| 29 |
Juan Pablo Riojas Pesqueira
|
| 30 |
Guillermo Villegas
|