Joe Redmon
2015-11-26 37d7c1e79f65a75caf87e29a562d30c51cd654e5
src/yolo_kernels.cu
@@ -21,7 +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;
extern "C" image voc_labels[];
static float **probs;
static box *boxes;