Joseph Redmon
2016-06-20 e7072b8489da7347561a47be849f401c8a0a2abd
src/detection_layer.c
@@ -133,9 +133,11 @@
                        best_index = 0;
                    }
                }
                /*
                if(1 && *(state.net.seen) < 100000){
                    best_index = rand()%l.n;
                }
                */
                int box_index = index + locations*(l.classes + l.n) + (i*l.n + best_index) * l.coords;
                int tbox_index = truth_index + 1 + l.classes;