File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
url_prefix = 'https://github.com/open-mmlab/mmsegmentation/blob/master/'
11
11
12
- files = sorted (glob .glob ('../configs/*/README.md' ))
12
+ files = sorted (glob .glob ('../../ configs/*/README.md' ))
13
13
14
14
stats = []
15
15
titles = []
16
16
num_ckpts = 0
17
17
18
18
for f in files :
19
- url = osp .dirname (f .replace ('../' , url_prefix ))
19
+ url = osp .dirname (f .replace ('../../ ' , url_prefix ))
20
20
21
21
with open (f , 'r' ) as content_file :
22
22
content = content_file .read ()
Original file line number Diff line number Diff line change 9
9
10
10
url_prefix = 'https://github.com/open-mmlab/mmsegmentation/blob/master/'
11
11
12
- files = sorted (glob .glob ('../configs/*/README.md' ))
12
+ files = sorted (glob .glob ('../../ configs/*/README.md' ))
13
13
14
14
stats = []
15
15
titles = []
16
16
num_ckpts = 0
17
17
18
18
for f in files :
19
- url = osp .dirname (f .replace ('../' , url_prefix ))
19
+ url = osp .dirname (f .replace ('../../ ' , url_prefix ))
20
20
21
21
with open (f , 'r' ) as content_file :
22
22
content = content_file .read ()
You can’t perform that action at this time.
0 commit comments