From bf738fb0e3ae4f7a21d36037d7f0666a583873a7 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sat, 31 Mar 2018 10:33:41 +0000
Subject: [PATCH] Sort anchors
---
src/yolo_layer.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/yolo_layer.c b/src/yolo_layer.c
index 1ec04b8..a735932 100644
--- a/src/yolo_layer.c
+++ b/src/yolo_layer.c
@@ -39,7 +39,6 @@
l.outputs = h*w*n*(classes + 4 + 1);
l.inputs = l.outputs;
l.max_boxes = max_boxes;
- printf(" l.max_boxes = %d \n", l.max_boxes);
l.truths = l.max_boxes*(4 + 1); // 90*(4 + 1);
l.delta = calloc(batch*l.outputs, sizeof(float));
l.output = calloc(batch*l.outputs, sizeof(float));
--
Gitblit v1.10.0