Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haruishi43 committed Nov 20, 2022
1 parent d4bbdfb commit b82b987
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyEdgeEval/helpers/evaluate_sbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def evaluate_sbd():
pre_seal=args.pre_seal,
apply_thinning=apply_thinning,
apply_nms=args.apply_nms,
nonIS=args.nonIS,
max_dist=args.max_dist,
thresholds=args.thresholds,
nproc=args.nproc,
)
Expand Down Expand Up @@ -381,6 +383,8 @@ def evaluate_reanno_sbd():
categories=args.categories,
apply_thinning=apply_thinning,
apply_nms=args.apply_nms,
nonIS=args.nonIS,
max_dist=args.max_dist,
thresholds=args.thresholds,
nproc=args.nproc,
)
2 changes: 1 addition & 1 deletion pyEdgeEval/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"""Information about this library"""

__version__ = "0.2.5"
__version__ = "0.2.6"
__author__ = "haruishi43"
__email__ = "[email protected]"
__description__ = "Python Edge Evaluation Tools"
Expand Down

0 comments on commit b82b987

Please sign in to comment.