jeong2 commited on
Commit
e6f1304
·
1 Parent(s): e0501cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -1,13 +1,28 @@
1
- URL: https://huggingface.co/datasets/jeong2/avoid
2
 
3
- Dataset Url: <!-- http://vi.kaist.ac.kr/avoid/avoid.html -->
4
 
5
- Supplementary video link: <!-- http://vi.kaist.ac.kr/avoid/sample.mp4 -->
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
 
12
  ---
13
  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.
 
1
+ **URL**: https://huggingface.co/datasets/jeong2/avoid
2
 
3
+ **Dataset url**: <!-- http://vi.kaist.ac.kr/avoid/avoid.html -->
4
 
5
+ **Supplementary video link**: <!-- http://vi.kaist.ac.kr/avoid/sample.mp4 -->
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
15
+ ├──|──|──depth: depth map
16
+ ├──|──|──label_raw: class, extent, position, yaw, num_points, distance, speed, brake, id, ego_matrix
17
+ ├──|──|──lidar: LiDAR data
18
+ ├──|──|──lidar_sem: semantic annotations for LiDAR data
19
+ ├──|──|──measurements: x, y, theta, speed, target_speed, x_command, y_command, command, waypoints, steer, throttle, brake, weather, junction, vehicle_hazard, light_hazard, walker_hazard, stop_sign_hazard, angle, ego_matrix,
20
+ ├──|──|──rgb: RGB image (left)
21
+ ├──|──|──rgb_bev: BEV RGB image
22
+ ├──|──|──rgb_pair: paired RGB image (Right)
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.