Skip to content

Commit

Permalink
Compact Nuclei Notation
Browse files Browse the repository at this point in the history
  • Loading branch information
subinkitware committed Dec 1, 2023
1 parent 9c79810 commit 0262311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def predict_nuclei_class_prob(df, clf_model):
for c in clf_model.classes_:

annotation.append({
'name': annot_fname + '-nuclei-class-' + str(c),
'name': 'Class ' + str(c) + " " + annot_fname,
'elements': nuclei_annot_by_class[c]
})
annotation.append({
Expand Down

0 comments on commit 0262311

Please sign in to comment.