Skip to content

Commit

Permalink
color sequence for labels matches order from myconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MMathisLab authored Jun 18, 2018
1 parent 2d46f66 commit 7e96c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generating_a_Training_Set/Step3_CheckLabels.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_cmap(n, name=colormap):
]
files.sort(key=lambda f: int(''.join(filter(str.isdigit, f))))

comparisonbodyparts = list(set(DataCombined.columns.get_level_values(1)))
comparisonbodyparts = bodyparts #list(set(DataCombined.columns.get_level_values(1)))

for index, imagename in enumerate(files):
image = io.imread(imagename)
Expand Down

0 comments on commit 7e96c0f

Please sign in to comment.