Joseph Redmon
2015-11-26 064d4462d3890fd5dda5c7845119e1a3854d477b
src/yolo_kernels.cu
@@ -21,6 +21,7 @@
extern "C" void draw_yolo(image im, int num, float thresh, box *boxes, float **probs);
extern "C" char *voc_names[];
extern "C" image *voc_labels;
static float **probs;
static box *boxes;