Skip to content
Snippets Groups Projects
Commit 7a78d6e4 authored by MengzhangLI's avatar MengzhangLI
Browse files

[Fix] Fix METAINFO typo in ChaseDB1Dataset

parent d83109e5
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ class ChaseDB1Dataset(CustomDataset): ...@@ -13,7 +13,7 @@ class ChaseDB1Dataset(CustomDataset):
The ``img_suffix`` is fixed to '.png' and ``seg_map_suffix`` is fixed to The ``img_suffix`` is fixed to '.png' and ``seg_map_suffix`` is fixed to
'_1stHO.png'. '_1stHO.png'.
""" """
METAFILE = dict( METAINFO = dict(
classes=('background', 'vessel'), classes=('background', 'vessel'),
palette=[[120, 120, 120], [6, 230, 230]]) palette=[[120, 120, 120], [6, 230, 230]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment