Darknet/YOLO  v2.0-219-g5d379a6
Object Detection Framework
compare.cpp File Reference
Include dependency graph for compare.cpp:

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)
 

Function Documentation

◆ train_compare()

void train_compare ( char *  cfgfile,
char *  weightfile 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validate_compare()

void validate_compare ( char *  filename,
char *  weightfile 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ elo_comparator()

int elo_comparator ( const void *  a,
const void *  b 
)
Here is the caller graph for this function:

◆ bbox_comparator()

int bbox_comparator ( const void *  a,
const void *  b 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ bbox_update()

void bbox_update ( sortable_bbox *  a,
sortable_bbox *  b,
int  class_id,
int  result 
)
Here is the caller graph for this function:

◆ bbox_fight()

void bbox_fight ( network  net,
sortable_bbox *  a,
sortable_bbox *  b,
int  classes,
int  class_id 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SortMaster3000()

void SortMaster3000 ( char *  filename,
char *  weightfile 
)
Todo:
replace qsort() low priority
Here is the call graph for this function:
Here is the caller graph for this function:

◆ BattleRoyaleWithCheese()

void BattleRoyaleWithCheese ( char *  filename,
char *  weightfile 
)
Todo:
replace qsort() low priority
Todo:
replace qsort() low priority
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_compare()

void run_compare ( int  argc,
char **  argv 
)
Here is the call graph for this function:
Here is the caller graph for this function: