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
bob
bob.bio.face
Commits
dfce1f71
Commit
dfce1f71
authored
Feb 20, 2017
by
Amir Mohammadi
Browse files
[msu_mfsd_mod] apparently left and right eye annotations should be swapped
parent
7ad4eea3
Pipeline
#7351
passed with stages
in 14 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/database/msu_mfsd_mod.py
View file @
dfce1f71
...
...
@@ -56,8 +56,8 @@ class MsuMfsdModBioDatabase(BioDatabase):
# bottom), 4 coordinates of the left and right eyes (xleft, yleft
# xright, yright).
annots
=
myfile
.
_f
.
_f
.
bbx
(
directory
=
self
.
original_directory
)
annotations
=
{
'
r
eye'
:
(
annots
[
fn
][
8
],
annots
[
fn
][
7
]),
'
l
eye'
:
(
annots
[
fn
][
6
],
annots
[
fn
][
5
])}
annotations
=
{
'
l
eye'
:
(
annots
[
fn
][
8
],
annots
[
fn
][
7
]),
'
r
eye'
:
(
annots
[
fn
][
6
],
annots
[
fn
][
5
])}
return
annotations
def
model_ids_with_protocol
(
self
,
groups
=
None
,
protocol
=
None
,
**
kwargs
):
...
...
Write
Preview
Supports
Markdown
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