LuisAdrian5519 commited on
Commit
16dd1fe
·
verified ·
1 Parent(s): 7f2b021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -2,28 +2,22 @@
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
 
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
19
 
20
  ## Contributors
 
21
  José Alejandro Padilla Pérez | https://github.com/PadillaPepe777
22
  Erick Blanco Nakashima
23
  Juan Pablo Riojas Pesqueira