Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.cuhk_cufs
Commits
8a8f9823
Commit
8a8f9823
authored
Oct 22, 2014
by
Tiago de Freitas Pereira
Browse files
Reimplemented the methods tobjects and the zobjects.
parent
496d7f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/cbsr_nir_vis_2/query.py
View file @
8a8f9823
...
...
@@ -30,3 +30,13 @@ class Database(bob.db.verification.filelist.Database):
lists
=
resource_filename
(
__name__
,
'lists'
)
bob
.
db
.
verification
.
filelist
.
Database
.
__init__
(
self
,
lists
,
original_directory
=
original_directory
,
original_extension
=
original_extension
,
annotation_directory
=
annotation_directory
)
def
tobjects
(
self
,
protocol
=
None
,
model_ids
=
None
,
groups
=
None
):
#No TObjects
return
[]
def
zobjects
(
self
,
protocol
=
None
,
groups
=
None
):
#No TObjects
return
[]
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