Commit ae218bf9 authored by Mhamed lmarbouh's avatar Mhamed lmarbouh Committed by Hang Zhang
Browse files

Missing double quotes on string (#201)

acronyms 'pcontext' value missing quotations marks
parent 1a8a08fb
...@@ -28,7 +28,7 @@ acronyms = { ...@@ -28,7 +28,7 @@ acronyms = {
'coco': 'coco', 'coco': 'coco',
'pascal_voc': 'voc', 'pascal_voc': 'voc',
'pascal_aug': 'voc', 'pascal_aug': 'voc',
'pcontext': pcontext, 'pcontext': 'pcontext',
'ade20k': 'ade', 'ade20k': 'ade',
'citys': 'citys', 'citys': 'citys',
'minc': 'minc', 'minc': 'minc',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment