lambert1862 commited on
Commit
e5cbef6
·
verified ·
1 Parent(s): 00e4d90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md CHANGED
@@ -19,6 +19,43 @@ task_categories:
19
  - image-classification
20
  language:
21
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # PaveBench: A Versatile Benchmark for Pavement Distress Perception and Interactive Vision-Language Analysis
 
19
  - image-classification
20
  language:
21
  - en
22
+
23
+ configs:
24
+ - config_name: classification
25
+ data_files:
26
+ - split: train
27
+ path: data/Distress_Classification/train.jsonl
28
+ - split: validation
29
+ path: data/Distress_Classification/validation.jsonl
30
+ - split: test
31
+ path: data/Distress_Classification/test.jsonl
32
+
33
+ - config_name: detection
34
+ data_files:
35
+ - split: train
36
+ path: data/Distress_Detection/train.jsonl
37
+ - split: validation
38
+ path: data/Distress_Detection/validation.jsonl
39
+ - split: test
40
+ path: data/Distress_Detection/test.jsonl
41
+
42
+ - config_name: segmentation
43
+ data_files:
44
+ - split: train
45
+ path: data/Distress_Segmentation/train.jsonl
46
+ - split: validation
47
+ path: data/Distress_Segmentation/validation.jsonl
48
+ - split: test
49
+ path: data/Distress_Segmentation/test.jsonl
50
+
51
+ - config_name: pavevqa
52
+ data_files:
53
+ - split: train
54
+ path: data/Distress_PaveVQA/train.jsonl
55
+ - split: validation
56
+ path: data/Distress_PaveVQA/validation.jsonl
57
+ - split: test
58
+ path: data/Distress_PaveVQA/test.jsonl
59
  ---
60
 
61
  # PaveBench: A Versatile Benchmark for Pavement Distress Perception and Interactive Vision-Language Analysis