lambert1862 commited on
Commit
b901802
·
verified ·
1 Parent(s): 30ff840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -192,6 +192,7 @@ PaveBench is designed to provide a unified foundation for both precise visual pe
192
 
193
  ## Dataset Tree
194
 
 
195
  data/
196
  ├── Distress_Classification/
197
  │ ├── train/
@@ -201,8 +202,8 @@ data/
201
  │ │ ├── patch/
202
  │ │ ├── pothole/
203
  │ │ └── transverse_crack/
204
- │ ├── val/
205
- │ └── test/
206
 
207
  ├── Distress_Detection/
208
  │ ├── annotations/
@@ -229,7 +230,7 @@ data/
229
  │ ├── train/
230
  │ ├── val/
231
  │ └── test/
232
- ├── masks_vis/
233
  ├── color_map.txt
234
  └── label_map.txt
235
 
 
192
 
193
  ## Dataset Tree
194
 
195
+ ```text
196
  data/
197
  ├── Distress_Classification/
198
  │ ├── train/
 
202
  │ │ ├── patch/
203
  │ │ ├── pothole/
204
  │ │ └── transverse_crack/
205
+ │ ├── val/ (same as train)
206
+ │ └── test/ (same as train)
207
 
208
  ├── Distress_Detection/
209
  │ ├── annotations/
 
230
  │ ├── train/
231
  │ ├── val/
232
  │ └── test/
233
+ ├── masks_vis/ (same as mask)
234
  ├── color_map.txt
235
  └── label_map.txt
236