🔥 ARE YOU NOT ENTERTAINED 🔥

This commit is contained in:
Joseph Redmon
2016-11-26 20:02:46 -08:00
parent 75fe603722
commit b3c4fc9f22
6 changed files with 314 additions and 40 deletions

View File

@ -63,7 +63,7 @@ void *detect_in_thread(void *ptr)
if(l.type == DETECTION){
get_detection_boxes(l, 1, 1, demo_thresh, probs, boxes, 0);
} else if (l.type == REGION){
get_region_boxes(l, 1, 1, demo_thresh, probs, boxes, 0);
get_region_boxes(l, 1, 1, demo_thresh, probs, boxes, 0, 0);
} else {
error("Last layer must produce detections\n");
}