Update dataset card with task category, sample usage and citation

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
3
  ---
4
 
5
  # Subsampled Point Clouds for the Woven Planet Dataset
@@ -15,4 +20,25 @@ Github repository: https://github.com/manueldiaz96/beval
15
  1. Download the downsampled point clouds compressed ZIP file
16
  2. Create a folder called `subsampled_lidar` under the main folder for the Woven Planet Dataset
17
  3. Extract the contents of the `subsampled_lidar.zip` file into the `subsampled_lidar` folder
18
- 4. Enjoy!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ task_categories:
4
+ - image-segmentation
5
+ tags:
6
+ - autonomous-driving
7
+ - robotics
8
  ---
9
 
10
  # Subsampled Point Clouds for the Woven Planet Dataset
 
20
  1. Download the downsampled point clouds compressed ZIP file
21
  2. Create a folder called `subsampled_lidar` under the main folder for the Woven Planet Dataset
22
  3. Extract the contents of the `subsampled_lidar.zip` file into the `subsampled_lidar` folder
23
+ 4. Enjoy!
24
+
25
+ ## Sample usage
26
+
27
+ After setting up the environment according to the [GitHub repository](https://github.com/manueldiaz96/beval), you can test the setup and dataset loading by launching the following command:
28
+
29
+ ```bash
30
+ conda activate beval
31
+ python train_lift_splat.py --cfg=configs/lss_lyft_vehicle.yaml
32
+ ```
33
+
34
+ ## Citation
35
+
36
+ ```bibtex
37
+ @inproceedings{beval,
38
+ title={BEVal: A Cross-dataset Evaluation Study of BEV Segmentation Models for Autononomous Driving},
39
+ author={Diaz-Zapata, Manuel and Liu, Wenqian and Baruffa, Robin and Laugier, Christian},
40
+ booktitle={Proceedings of the 18th International Conference on Control, Automation, Robotics and Vision (ICARCV)},
41
+ pages={tbd},
42
+ year={2024}
43
+ }
44
+ ```