Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
change 1 line to 2 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
buttomnutstoast committed Aug 18, 2018
1 parent f55024f commit 0179e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions network/aaf/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def eightcorner_activation(x, size):

return output


def ignores_from_label(labels, num_classes, size):
"""Retrieves ignorable pixels from the ground-truth labels.
Expand Down Expand Up @@ -145,6 +146,7 @@ def ignores_from_label(labels, num_classes, size):

return ignore


def edges_from_label(labels, size, ignore_class=255):
"""Retrieves edge positions from the ground-truth labels.
Expand Down

0 comments on commit 0179e8c

Please sign in to comment.