Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,17 @@
|
|
| 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 |
## 📸 Dataset Collection & Annotation
|
| 7 |
**Initial set**: ~400 web-sourced images used for theoretical model exploration.
|
| 8 |
**Main dataset**: 7500+ images captured over 6 months using smartphones and amateur camera devices, reflecting real-world scales, perspectives, and conditions.
|
| 9 |
**Cleaning**: Manual filtering of blurry, low-quality, or irrelevant images.
|
| 10 |
**Annotation**: Performed via Roboflow platform with bounding boxes for YOLOv8.
|
| 11 |
**Augmentation**: Basic augmentations applied during preparation; none used during final training due to negative effects on performance.
|
| 12 |
-
|
| 13 |
## 📁 Dataset Structure
|
| 14 |
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.
|
| 15 |
-
|
| 16 |
## Authors
|
| 17 |
Luis Adrian Cabrera | https://github.com/LuisAdrian5519
|
| 18 |
Jesse Banda Chaidez | https://github.com/Jessebnda
|
|
|
|
| 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 |
## 📸 Dataset Collection & Annotation
|
| 6 |
**Initial set**: ~400 web-sourced images used for theoretical model exploration.
|
| 7 |
**Main dataset**: 7500+ images captured over 6 months using smartphones and amateur camera devices, reflecting real-world scales, perspectives, and conditions.
|
| 8 |
**Cleaning**: Manual filtering of blurry, low-quality, or irrelevant images.
|
| 9 |
**Annotation**: Performed via Roboflow platform with bounding boxes for YOLOv8.
|
| 10 |
**Augmentation**: Basic augmentations applied during preparation; none used during final training due to negative effects on performance.
|
| 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
|