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.db.cuhk_cufs
Commits
680f168b
Commit
680f168b
authored
Apr 28, 2016
by
Tiago de Freitas Pereira
Browse files
Compatibility with python 3
parent
0d7bb334
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/cuhk_cufs/create.py
View file @
680f168b
...
@@ -24,7 +24,7 @@ This script creates the CUHK-CUFS database in a single pass.
...
@@ -24,7 +24,7 @@ This script creates the CUHK-CUFS database in a single pass.
import
os
import
os
from
.models
import
*
from
.models
import
*
from
utils
import
ARFACEWrapper
,
XM2VTSWrapper
,
CUHKWrapper
from
.
utils
import
ARFACEWrapper
,
XM2VTSWrapper
,
CUHKWrapper
import
numpy
import
numpy
numpy
.
random
.
seed
(
10
)
numpy
.
random
.
seed
(
10
)
...
...
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