Skip to content
Snippets Groups Projects
Commit 064d4462 authored by Joseph Redmon's avatar Joseph Redmon
Browse files

stuff

parent 9b3da11a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#endif
char *voc_names[] = {"aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"};
image voc_labels[80];
image voc_labels[20];
void train_yolo(char *cfgfile, char *weightfile)
{
......
......@@ -21,6 +21,7 @@ extern "C" void convert_yolo_detections(float *predictions, int classes, int num
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment