#include <stdio.h>
#include "network.h"
#include "detection_layer.h"
#include "cost_layer.h"
#include "utils.h"
#include "parser.h"
#include "box.h"
Go to the source code of this file.
Classes |
| struct | sortable_bbox |
Functions |
| void | BattleRoyaleWithCheese (char *filename, char *weightfile) |
| int | bbox_comparator (const void *a, const void *b) |
| void | bbox_fight (network net, sortable_bbox *a, sortable_bbox *b, int classes, int class) |
| void | bbox_update (sortable_bbox *a, sortable_bbox *b, int class, int result) |
| int | elo_comparator (const void *a, const void *b) |
| void | run_compare (int argc, char **argv) |
| void | SortMaster3000 (char *filename, char *weightfile) |
| void | train_compare (char *cfgfile, char *weightfile) |
| void | validate_compare (char *filename, char *weightfile) |
Variables |
| int | current_class = 0 |
| int | total_compares = 0 |
Function Documentation
Variable Documentation