Functions | |
void | train_compare (char *cfgfile, char *weightfile) |
void | validate_compare (char *filename, char *weightfile) |
int | elo_comparator (const void *a, const void *b) |
int | bbox_comparator (const void *a, const void *b) |
void | bbox_update (sortable_bbox *a, sortable_bbox *b, int class_id, int result) |
void | bbox_fight (network net, sortable_bbox *a, sortable_bbox *b, int classes, int class_id) |
void | SortMaster3000 (char *filename, char *weightfile) |
void | BattleRoyaleWithCheese (char *filename, char *weightfile) |
void | run_compare (int argc, char **argv) |
void train_compare | ( | char * | cfgfile, |
char * | weightfile | ||
) |
void validate_compare | ( | char * | filename, |
char * | weightfile | ||
) |
int elo_comparator | ( | const void * | a, |
const void * | b | ||
) |
int bbox_comparator | ( | const void * | a, |
const void * | b | ||
) |
void bbox_update | ( | sortable_bbox * | a, |
sortable_bbox * | b, | ||
int | class_id, | ||
int | result | ||
) |
void bbox_fight | ( | network | net, |
sortable_bbox * | a, | ||
sortable_bbox * | b, | ||
int | classes, | ||
int | class_id | ||
) |
void SortMaster3000 | ( | char * | filename, |
char * | weightfile | ||
) |
void BattleRoyaleWithCheese | ( | char * | filename, |
char * | weightfile | ||
) |
void run_compare | ( | int | argc, |
char ** | argv | ||
) |