digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

make compile error #6

Closed jeremy-rutman closed 7 years ago

jeremy-rutman commented 7 years ago

libyolo.c:103:2: error: incompatible type for argument 6 of 'get_region_boxes' get_region_boxes(l, 1, 1, thresh, obj->probs, obj->boxes, 0, 0, hier_thresh);

jeremy-rutman commented 7 years ago

nvrmnd, the pull request fixes it