Skip to content

Commit

Permalink
fixed import metrics statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Jan 15, 2024
1 parent f6d3bfd commit 28f02ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions panoptica/instance_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from panoptica.timing import measure_time
from panoptica.utils import EdgeCaseHandler
from panoptica.utils.processing_pair import MatchedInstancePair
from panoptica.metrics import Metrics


def evaluate_matched_instance(
Expand Down
1 change: 0 additions & 1 deletion panoptica/panoptic_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
)
from panoptica.utils.citation_reminder import citation_reminder


class Panoptic_Evaluator:
def __init__(
self,
Expand Down

0 comments on commit 28f02ec

Please sign in to comment.