From 5039f940266b0028fdddf5ccaa77f803d3dd27e4 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 15 Mar 2024 10:36:09 -0500 Subject: [PATCH] Updating descriptions for detector and pose animal settings --- _template/project_config.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/_template/project_config.yaml b/_template/project_config.yaml index 974f0a2..26500eb 100644 --- a/_template/project_config.yaml +++ b/_template/project_config.yaml @@ -15,16 +15,14 @@ framerate : 25 # name the detectors and pose estimators you will train, and specify which # animals in animal_names (see next section) will be used in training each one. -# If you are leaving animal_names empty ([]) for this project (eg if your -# experiments have a single type of animal), leave the right hand side empty -# here as well. For example, if you are tracking one or more indistinguishable -# black mice, you might write: +# You must have at least one entry in both the detection and post lists, otherwise +# the iterators in the tfrecords creation will not work correctly. For example: # detection: -# black_top: [] +# black_top: ['solo'] # pose: -# top: [] +# top: ['solo'] # and in the next section, you'd have -# animal_names : [] +# animal_names : ['solo'] detection: black_top: ['black']