Skip to content

Commit

Permalink
Remove min confidence for COCO evaluation.
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedka committed Nov 26, 2017
1 parent 761c3f4 commit f448a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ class InferenceConfig(CocoConfig):
# one image at a time. Batch size = GPU_COUNT * IMAGES_PER_GPU
GPU_COUNT = 1
IMAGES_PER_GPU = 1
DETECTION_MIN_CONFIDENCE = 0
config = InferenceConfig()
config.display()

Expand Down

0 comments on commit f448a5d

Please sign in to comment.