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;