maghzal commited on
Commit
6550680
·
verified ·
1 Parent(s): 2a6fdb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -15
README.md CHANGED
@@ -1,20 +1,23 @@
1
  ---
2
  license: mit
3
-
4
  configs:
5
- - config_name: 2D
6
- data_files:
7
- - split: train
8
- path: "2D/train_set_2D.json"
9
- - split: test
10
- path: "2D/test_dataset_2D.json"
11
- - config_name: 3D
12
- data_files:
13
- - split: train
14
- path: "3D/train_set_3D.json"
15
- - split: test
16
- path: "3D/test_dataset_3D.json"
17
-
 
 
 
 
18
  ---
19
 
20
  # PathEval: A Benchmark for Evaluating Vision-Language Models as Evaluators for Path Planning
@@ -76,4 +79,4 @@ If you use **PathEval** for your work, please cite our [paper](https://arxiv.org
76
  booktitle={The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
77
  year={2025}
78
  }
79
- ```
 
1
  ---
2
  license: mit
 
3
  configs:
4
+ - config_name: 2D
5
+ data_files:
6
+ - split: train
7
+ path: 2D/train_set_2D.json
8
+ - split: test
9
+ path: 2D/test_dataset_2D.json
10
+ - config_name: 3D
11
+ data_files:
12
+ - split: train
13
+ path: 3D/train_set_3D.json
14
+ - split: test
15
+ path: 3D/test_dataset_3D.json
16
+ tags:
17
+ - robotics
18
+ - planning
19
+ size_categories:
20
+ - 10K<n<100K
21
  ---
22
 
23
  # PathEval: A Benchmark for Evaluating Vision-Language Models as Evaluators for Path Planning
 
79
  booktitle={The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
80
  year={2025}
81
  }
82
+ ```