From 874aa4d13e0a3932d5aafe9bafe8f5d5174678b4 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Sun, 11 Mar 2018 12:24:21 +0100 Subject: [PATCH] Mention how you can find annotators --- doc/annotations.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/annotations.rst b/doc/annotations.rst index 851a2f2f..7dfe74e6 100644 --- a/doc/annotations.rst +++ b/doc/annotations.rst @@ -27,3 +27,10 @@ The script can also be run in parallel using :ref:`gridtk`: $ jman submit --array 64 -- bob bio annotate /path/to/config.py --array 64 The number that is given to the ``--array`` options should match. + +You can find the list of readily available annotator configurations using the +``resources.py`` command: + +.. code-block:: sh + + $ resources.py --types annotator -- GitLab