"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "001d79371144612ebec69ec000b9eb25d8a6a818"
fixed check for excessive detections in loss_mmod_ (#1625)
fixed check for excessive detections in loss_mmod_ Ran into the problem where dets.size() was equal to max_num_initial_dets which then throws a subscript out of range error when accesing: dets[max_num_initial_dets].detection_confidence. This fixes that issue.
Showing
Please register or sign in to comment