Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.voxforge
Commits
ad87f4ac
Commit
ad87f4ac
authored
Jul 19, 2016
by
Tiago de Freitas Pereira
Browse files
Changed from bob.db.verification.filelist to bob.db.bio_filelist
parent
a7aac833
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/db/voxforge/query.py
View file @
ad87f4ac
...
...
@@ -17,9 +17,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import
bob.db.
verification.
filelist
import
bob.db.
bio_
filelist
class
Database
(
bob
.
db
.
verification
.
filelist
.
Database
):
class
Database
(
bob
.
db
.
bio_
filelist
.
Database
):
"""Wrapper class for the subVoxforge database for speaker recognition (http://www.voxforge.org/).
this class defines a simple protocol for training, dev and and by splitting the audio files of the database in three main parts.
"""
...
...
@@ -28,5 +28,5 @@ class Database(bob.db.verification.filelist.Database):
# call base class constructor
from
pkg_resources
import
resource_filename
lists
=
resource_filename
(
__name__
,
'lists'
)
bob
.
db
.
verification
.
filelist
.
Database
.
__init__
(
self
,
lists
,
original_directory
=
original_directory
,
original_extension
=
original_extension
)
bob
.
db
.
bio_
filelist
.
Database
.
__init__
(
self
,
lists
,
original_directory
=
original_directory
,
original_extension
=
original_extension
)
buildout.cfg
View file @
ad87f4ac
...
...
@@ -14,7 +14,7 @@ develop = src/bob.extension
src/bob.core
src/bob.io.base
src/bob.db.base
src/bob.db.
verification.
filelist
src/bob.db.
bio_
filelist
.
...
...
@@ -30,7 +30,7 @@ bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core = git https://github.com/bioidiap/bob.core
bob.io.base = git https://github.com/bioidiap/bob.io.base
bob.db.base = git https://github.com/bioidiap/bob.db.base branch=refactoring_2016
bob.db.
verification.
filelist = git https://github.com/bioidiap/bob.db.
verification.filelist branch=refactoring_2016
bob.db.
bio_
filelist = git https://github.com/bioidiap/bob.db.
bio_filelist
[scripts]
recipe = bob.buildout:scripts
...
...
requirements.txt
View file @
ad87f4ac
setuptools
bob.db.base
bob.db.verification.utils
bob.db.verification.filelist
bob.db.bio_filelist
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment