Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating descriptions for detector and pose animal settings #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions _template/project_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down