Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.base
Commits
67b6fec3
There was a problem fetching the pipeline summary.
Commit
67b6fec3
authored
6 years ago
by
Theophile GENTILHOMME
Browse files
Options
Downloads
Patches
Plain Diff
Smalls doc changes
parent
7cd81e26
No related branches found
No related tags found
1 merge request
!146
Add 4-5-col files related functionalities and add click commands
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/bio/base/script/commands.py
+1
-1
1 addition, 1 deletion
bob/bio/base/script/commands.py
doc/experiments.rst
+1
-1
1 addition, 1 deletion
doc/experiments.rst
with
2 additions
and
2 deletions
bob/bio/base/script/commands.py
+
1
−
1
View file @
67b6fec3
...
@@ -232,7 +232,7 @@ def cmc(ctx, scores, evaluation, **kargs):
...
@@ -232,7 +232,7 @@ def cmc(ctx, scores, evaluation, **kargs):
@verbosity_option
()
@verbosity_option
()
@click.pass_context
@click.pass_context
def
dir
(
ctx
,
scores
,
evaluation
,
**
kargs
):
def
dir
(
ctx
,
scores
,
evaluation
,
**
kargs
):
"""
Plots the Detection & Identification curve over the FAR
"""
Plots the Detection & Identification
Rate
curve over the FAR
This curve is designed to be used in an open set identification protocol, and
This curve is designed to be used in an open set identification protocol, and
defined in Chapter 14.1 of [LiJain2005]_. It requires to have at least one
defined in Chapter 14.1 of [LiJain2005]_. It requires to have at least one
...
...
This diff is collapsed.
Click to expand it.
doc/experiments.rst
+
1
−
1
View file @
67b6fec3
...
@@ -227,7 +227,7 @@ file containing the plots. Available plots are:
...
@@ -227,7 +227,7 @@ file containing the plots. Available plots are:
* ``cmc`` (cumulative match characteristic)
* ``cmc`` (cumulative match characteristic)
* ``dir`` (detection identification rate)
* ``dir`` (detection
&
identification rate)
Use the ``--help`` option on the above-cited commands to find-out about more
Use the ``--help`` option on the above-cited commands to find-out about more
options.
options.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment