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

changed README.md

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