Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,11 @@
|
|
| 1 |
-
**URL**: https://huggingface.co/datasets/jeong2/avoid
|
| 2 |
-
|
| 3 |
-
**
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
**Dataset embargo**: We have our project page available, but the full dataset will be open by the end of September.
|
| 8 |
-
|
| 9 |
-
Since our dataset requires a large amount of storage (>500GB and >1TB with additional data), we expect it will take a couple months to setup a stable server.
|
| 10 |
|
| 11 |
**Data composition / structure**
|
|
|
|
| 12 |
train / val / test
|
| 13 |
├──obstacle_weather_Town01_01_01
|
| 14 |
├──|──obstacle_weather_Town01_01_01_route0_04_14_20_18_51
|
|
@@ -23,7 +20,22 @@ train / val / test
|
|
| 23 |
├──|──|──semantics: semantic annotations for RGB image (left)
|
| 24 |
├──|──|──semantics_bev: semantic annotations for BEV RGB image
|
| 25 |
├──|──|──topdown: encoded topdown view
|
| 26 |
-
|
| 27 |
---
|
| 28 |
-
License: The AVOID dataset is published under the *CC BY-NC-ND 4.0* License, and all codes are published under the *Apache 2.0* License.
|
| 29 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
- **URL**: https://huggingface.co/datasets/jeong2/avoid
|
| 2 |
+
- **Dataset url**: http://vi.kaist.ac.kr/avoid/avoid.html
|
| 3 |
+
- **Supplementary video link**: <!-- http://vi.kaist.ac.kr/avoid/sample.mp4 -->
|
| 4 |
+
- **Dataset embargo**: We have our project page available, but the full dataset will be open by the end of September.
|
| 5 |
+
- Since our dataset requires a large amount of storage (>500GB and >1TB with additional data), we expect it will take a couple months to setup a stable server.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
**Data composition / structure**
|
| 8 |
+
```
|
| 9 |
train / val / test
|
| 10 |
├──obstacle_weather_Town01_01_01
|
| 11 |
├──|──obstacle_weather_Town01_01_01_route0_04_14_20_18_51
|
|
|
|
| 20 |
├──|──|──semantics: semantic annotations for RGB image (left)
|
| 21 |
├──|──|──semantics_bev: semantic annotations for BEV RGB image
|
| 22 |
├──|──|──topdown: encoded topdown view
|
| 23 |
+
```
|
| 24 |
---
|
| 25 |
+
##License: The AVOID dataset is published under the *CC BY-NC-ND 4.0* License, and all codes are published under the *Apache 2.0* License.
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Acknowledgement
|
| 30 |
+
To be updated
|
| 31 |
+
|
| 32 |
+
## Citation
|
| 33 |
+
```
|
| 34 |
+
@misc{
|
| 35 |
+
avoid,
|
| 36 |
+
title={avoid},
|
| 37 |
+
author={},
|
| 38 |
+
year={2023},
|
| 39 |
+
url={}
|
| 40 |
+
}
|
| 41 |
+
```
|