Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.bio.face
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.bio.face
Commits
50af61d4
Commit
50af61d4
authored
Dec 08, 2020
by
Tiago de Freitas Pereira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rename' into 'master'
Renamed CSVDatasetDevEval to CSVDataset See merge request
!87
parents
893f97a3
42cddb9d
Pipeline
#46477
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bob/bio/face/database/meds.py
bob/bio/face/database/meds.py
+4
-4
No files found.
bob/bio/face/database/meds.py
View file @
50af61d4
...
...
@@ -7,8 +7,8 @@
"""
from
bob.bio.base.database
import
(
CSVDataset
DevEval
,
CSVDataset
DevEval
ZTNorm
,
CSVDataset
,
CSVDatasetZTNorm
,
CSVToSampleLoader
,
)
from
bob.extension
import
rc
...
...
@@ -25,7 +25,7 @@ dataset_protocol_path = os.path.join(
)
class
MEDSDatabase
(
CSVDataset
DevEval
ZTNorm
):
class
MEDSDatabase
(
CSVDatasetZTNorm
):
"""
The MEDS-II (Multiple Encounter Data Set II) database interface
...
...
@@ -54,7 +54,7 @@ class MEDSDatabase(CSVDatasetDevEvalZTNorm):
self
.
annotation_type
=
(
"eyes-center"
,)
self
.
fixed_positions
=
None
database
=
CSVDataset
DevEval
(
database
=
CSVDataset
(
dataset_protocol_path
,
protocol
,
csv_to_sample_loader
=
CSVToSampleLoader
(
...
...
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