Skip to content
GitLab
Menu
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
b6e6cdbd
Commit
b6e6cdbd
authored
Sep 30, 2020
by
lucas_miranda
Browse files
Updated climb_wall default tolerance values
parent
623491d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
deepof/pose_utils.py
View file @
b6e6cdbd
...
...
@@ -532,7 +532,7 @@ def rule_based_tagging(
for
_id
in
animal_ids
:
tag_dict
[
_id
+
undercond
+
"climbing"
]
=
deepof
.
utils
.
smooth_boolean_array
(
climb_wall
(
arena_type
,
arena
,
coords
,
0.
1
,
_id
+
undercond
+
"Nose"
)
climb_wall
(
arena_type
,
arena
,
coords
,
0.
05
,
_id
+
undercond
+
"Nose"
)
)
tag_dict
[
_id
+
undercond
+
"speed"
]
=
speeds
[
_id
+
undercond
+
"Center"
]
tag_dict
[
_id
+
undercond
+
"huddle"
]
=
deepof
.
utils
.
smooth_boolean_array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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