fredguth commited on
Commit
09353af
β€’
1 Parent(s): a4ab53b

fix:structure

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -39,16 +39,16 @@ Quoting the [dataset's github](https://github.com/aisegmentcn/matting_human_data
39
 
40
  ## Dataset Structure
41
 
42
- ```
43
  └── data/
44
- β”œβ”€β”€ clip*img/
45
- β”‚ └── {group-id}/
46
- β”‚ └── clip*{subgroup-id}/
47
- β”‚ └── {group-id}-{img-id}.jpg
48
- └── matting/
49
- └── {group-id}/
50
- └── matting\_{subgroup-id}/
51
- └── {group-id}-{img-id}.png
52
  ```
53
 
54
  The input `data/clip_img/1803151818/clip_00000000/1803151818-00000003.jpg` matches the label `data/matting/1803151818/matting_00000000/1803151818-00000003.png`
39
 
40
  ## Dataset Structure
41
 
42
+ ```text
43
  └── data/
44
+ β”œβ”€β”€ clip_img/
45
+ β”‚ └── {group-id}/
46
+ β”‚ └── clip_{subgroup-id}/
47
+ β”‚ └── {group-id}-{img-id}.jpg
48
+ └── matting/
49
+ └── {group-id}/
50
+ └── matting_{subgroup-id}/
51
+ └── {group-id}-{img-id}.png
52
  ```
53
 
54
  The input `data/clip_img/1803151818/clip_00000000/1803151818-00000003.jpg` matches the label `data/matting/1803151818/matting_00000000/1803151818-00000003.png`