Skip to content

Commit

Permalink
Merge pull request #57 from reghbali/reghbali_synthseg_label_fix
Browse files Browse the repository at this point in the history
fixed label mapping mistakes
  • Loading branch information
reghbali authored Sep 20, 2024
2 parents 3e42291 + f7183fb commit 9d7204b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyalfe/tasks/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ def post_process(self, pred, seg, mask=None):
26: 4,
28: 4,
49: 4,
50: 41,
51: 41,
50: 4,
51: 4,
52: 4,
54: 4,
58: 4,
Expand Down

0 comments on commit 9d7204b

Please sign in to comment.