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.replaymobile
Commits
73fb3e02
Commit
73fb3e02
authored
Oct 07, 2016
by
Amir Mohammadi
Browse files
Use 240 frames maximum
parent
9c2ce444
Pipeline
#4676
passed with stages
in 16 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/db/replaymobile/verificationprotocol.py
View file @
73fb3e02
...
@@ -58,8 +58,8 @@ class Database(BaseDatabase):
...
@@ -58,8 +58,8 @@ class Database(BaseDatabase):
self
.
_db
=
LDatabase
()
self
.
_db
=
LDatabase
()
self
.
max_number_of_frames
=
max_number_of_frames
or
10
self
.
max_number_of_frames
=
max_number_of_frames
or
10
#
30
0 is the number of frames in replay mobile videos
#
24
0 is the
guaranteed
number of frames in replay mobile videos
self
.
indices
=
selected_indices
(
30
0
,
max_number_of_frames
)
self
.
indices
=
selected_indices
(
24
0
,
max_number_of_frames
)
self
.
low_level_group_names
=
(
'train'
,
'devel'
,
'test'
)
self
.
low_level_group_names
=
(
'train'
,
'devel'
,
'test'
)
self
.
high_level_group_names
=
(
'world'
,
'dev'
,
'eval'
)
self
.
high_level_group_names
=
(
'world'
,
'dev'
,
'eval'
)
...
...
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