Skip to content
Snippets Groups Projects
Commit fe21a615 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc;conda] Minor fixes

parent 6df56cf0
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #38827 passed
......@@ -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
......
......@@ -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:
......
.. -*- 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment