diff --git a/bob/bio/base/script/commands.py b/bob/bio/base/script/commands.py index 721695f167d32c938cbe87609c60d366e14860ed..7526255815f00a71016e6803cd96cacfa7e9b2e2 100644 --- a/bob/bio/base/script/commands.py +++ b/bob/bio/base/script/commands.py @@ -32,6 +32,7 @@ def rank_option(**kwargs): @common_options.metrics_command(common_options.METRICS_HELP.format( names='FtA, FAR, FRR, FMR, FMNR, HTER', criteria=CRITERIA, score_format=SCORE_FORMAT, + hter_note='Note that HTER = (FMR + FMNR) / 2', command='bob bio metrics'), criteria=CRITERIA) @common_options.cost_option() def metrics(ctx, scores, evaluation, **kwargs):