Skip to content

Commit

Permalink
fix: Fix confidence threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigiferrari committed Mar 5, 2018
1 parent a1764e9 commit 5b776b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssd300_evaluation_COCO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
" normalize_coords=True,\n",
" subtract_mean=[123, 117, 104],\n",
" swap_channels=True,\n",
" confidence_thresh=0.5,\n",
" confidence_thresh=0.01,\n",
" iou_threshold=0.45,\n",
" top_k=200,\n",
" nms_max_output_size=400)\n",
Expand Down

0 comments on commit 5b776b6

Please sign in to comment.