Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.cuhk_cufsf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.cuhk_cufsf
Commits
06ef7882
Commit
06ef7882
authored
6 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
[sphinx] Updated docs [skip ci]
parent
5d0b4d46
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/db/cuhk_cufsf/query.py
+9
-9
9 additions, 9 deletions
bob/db/cuhk_cufsf/query.py
with
9 additions
and
9 deletions
bob/db/cuhk_cufsf/query.py
+
9
−
9
View file @
06ef7882
...
...
@@ -32,18 +32,18 @@ SQLITE_FILE = Interface().files()[0]
class
Database
(
bob
.
db
.
base
.
SQLiteDatabase
):
"""
Wrapper class for the CUHK-CUFSF database for Heterogeneous face recognition recognition (http://mmlab.ie.cuhk.edu.hk/archive/cufsf/).
Parameters:
-----------
original_directory: str
The CUHK-CUFS path
original_extension: str
The extension of the image files (**A list of possible extensions is acceptable**)
feret_directory: str
The CUHK-CUFS path
"""
def
__init__
(
self
,
original_directory
=
None
,
original_extension
=
None
,
feret_directory
=
None
):
"""
Constructore
Keyword parameters:
original_directory : The CUHK-CUFS path
original_extension : The extension of the image files (**A list of possible extensions is acceptable**)
feret_directory : The CUHK-CUFS path
"""
# call base class constructors to open a session to the database
super
(
Database
,
self
).
__init__
(
SQLITE_FILE
,
File
,
original_directory
,
original_extension
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment