AleNunezArroyo commited on
Commit
99a8735
·
verified ·
1 Parent(s): 0e1903f
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -6,4 +6,27 @@ tags:
6
  - spacecraft
7
  size_categories:
8
  - 1K<n<10K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - spacecraft
7
  size_categories:
8
  - 1K<n<10K
9
+ ---
10
+
11
+ 🛰️ Dataset: A Spacecraft Dataset for Detection, Segmentation and Parts Recognition
12
+
13
+ This dataset is an adaptation of the work “A Spacecraft Dataset for Detection, Segmentation and Parts Recognition,” using the same data but reformatted for use on HuggingFace. I am not the original author; the reference to the original work is provided below. The only modification is that the test set was created by sampling from the original validation set.
14
+
15
+ In the following repository, you will find a basic YOLO training setup, along with data visualization and conversion to YOLO-compatible format.
16
+
17
+ - [YOLO Training Repository on GitHub](https://github.com/AleNunezArroyo/spacecraft-detection)
18
+
19
+ - 📘 [Paper: _A Spacecraft Dataset for Detection, Segmentation and Parts Recognition_](https://arxiv.org/pdf/2106.08186)
20
+ - 💾 [Official repository on GitHub](https://github.com/Yurushia1998/SatelliteDataset)
21
+
22
+ ```bash
23
+ @misc{hoang2021spacecraftdatasetdetectionsegmentation,
24
+ title={A Spacecraft Dataset for Detection, Segmentation and Parts Recognition},
25
+ author={Dung Anh Hoang and Bo Chen and Tat-Jun Chin},
26
+ year={2021},
27
+ eprint={2106.08186},
28
+ archivePrefix={arXiv},
29
+ primaryClass={cs.CV},
30
+ url={https://arxiv.org/abs/2106.08186},
31
+ }
32
+ ```