Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
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
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Commits
fe21a615
Commit
fe21a615
authored
4 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc;conda] Minor fixes
parent
6df56cf0
No related branches found
No related tags found
1 merge request
!12
Streamlining
Pipeline
#38827
passed
4 years ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conda/meta.yaml
+1
-5
1 addition, 5 deletions
conda/meta.yaml
doc/api.rst
+0
-3
0 additions, 3 deletions
doc/api.rst
doc/plotting.rst
+0
-20
0 additions, 20 deletions
doc/plotting.rst
with
1 addition
and
28 deletions
conda/meta.yaml
+
1
−
5
View file @
fe21a615
...
...
@@ -58,13 +58,9 @@ test:
-
bob binseg config copy --help
-
bob binseg config copy drive /tmp/test.py
-
bob binseg train --help
-
bob binseg evaluate --help
-
bob binseg predict --help
-
bob binseg evaluate --help
-
bob binseg compare --help
-
bob binseg evalpred --help
-
bob binseg gridtable --help
-
bob binseg transformfolder --help
-
bob binseg visualize --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
...
...
This diff is collapsed.
Click to expand it.
doc/api.rst
+
0
−
3
View file @
fe21a615
...
...
@@ -67,14 +67,11 @@ Toolbox
bob.ip.binseg.utils
bob.ip.binseg.utils.checkpointer
bob.ip.binseg.utils.click
bob.ip.binseg.utils.metric
bob.ip.binseg.utils.model_serialization
bob.ip.binseg.utils.model_zoo
bob.ip.binseg.utils.plot
bob.ip.binseg.utils.rsttable
bob.ip.binseg.utils.summary
bob.ip.binseg.utils.transformfolder
.. _bob.ip.binseg.configs:
...
...
This diff is collapsed.
Click to expand it.
doc/plotting.rst
deleted
100644 → 0
+
0
−
20
View file @
6df56cf0
.. -*- coding: utf-8 -*-
.. _bob.ip.binseg.plotting:
========
Plotting
========
Precision vs recall curves for each evaluation run are generated by default and
stored in the ``results`` subfolder of the model output directory.
To generate a comparison chart of various models use the ``compare`` command
and pass as arguments the output paths of the models you would like to plot.
E.g.:
.. code-block:: bash
bob binseg compare -o myoutput -l myoutput/DRIVE/M2U-Net myoutput/DRIVE/U-Net myoutput/DRIVE/HED -t MyPlotTitle
Use ``bob binseg compare --help`` for more information.
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