Commit ·
4bf37c4
1
Parent(s): 39c2293
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,24 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: AstroVision
|
| 3 |
viewer: false
|
| 4 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: AstroVision
|
| 3 |
viewer: false
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
<a href="https://imgur.com/Vs3Rwin"><img src="https://i.imgur.com/Vs3Rwin.png" title="source: imgur.com" /></a>
|
| 7 |
+
|
| 8 |
+
<a href="https://imgur.com/RjSwdG2"><img src="https://i.imgur.com/RjSwdG2.png" title="source: imgur.com" /></a>
|
| 9 |
+
|
| 10 |
+
# About
|
| 11 |
+
|
| 12 |
+
AstroVision is a first-of-a-kind, large-scale dataset of real small body images from both legacy and ongoing deep space missions, which currently features 115,970 densely annotated, real images of sixteen small bodies from eight missions. AstroVision was developed to facilitate the study of computer vision and deep learning for autonomous navigation in the vicinity of a small body, with speicial emphasis on training and evaluation of deep learning-based keypoint detection and feature description methods.
|
| 13 |
+
|
| 14 |
+
If you find our datasets useful for your research, please cite the [AstroVision paper](https://www.sciencedirect.com/science/article/pii/S0094576523000103):
|
| 15 |
+
|
| 16 |
+
```bibtex
|
| 17 |
+
@article{driver2022astrovision,
|
| 18 |
+
title={{AstroVision}: Towards Autonomous Feature Detection and Description for Missions to Small Bodies Using Deep Learning},
|
| 19 |
+
author={Driver, Travis and Skinner, Katherine and Dor, Mehregan and Tsiotras, Panagiotis},
|
| 20 |
+
journal={Acta Astronautica, Special Issue on AI for Space},
|
| 21 |
+
year={2022},
|
| 22 |
+
note={In Press}
|
| 23 |
+
}
|
| 24 |
+
```
|