Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
16814755
Commit
16814755
authored
Feb 11, 2021
by
lucas_miranda
Browse files
Added digging to the list of detected behaviours by deepof.data.coordinates.rule_based_annotation()
parent
db4eabfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/pose_utils.py
View file @
16814755
...
...
@@ -772,6 +772,11 @@ def tag_rulebased_frames(
and
not
tag_dict
[
_id
+
undercond
+
"climbing"
][
fnum
]
):
write_on_frame
(
"huddle"
,
down_pos
)
if
(
tag_dict
[
_id
+
undercond
+
"dig"
][
fnum
]
and
not
tag_dict
[
_id
+
undercond
+
"climbing"
][
fnum
]
):
write_on_frame
(
"dig"
,
down_pos
)
# Define the condition controlling the colour of the speed display
if
len
(
animal_ids
)
>
1
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment