Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.face
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
Package registry
Model registry
Operate
Environments
Terraform modules
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.pad.face
Commits
ecbfbb11
Commit
ecbfbb11
authored
5 years ago
by
Anjith GEORGE
Browse files
Options
Downloads
Patches
Plain Diff
Fixes
parent
ea11e4cb
Branches
resize_stream_api_fix_fix
No related tags found
No related merge requests found
Pipeline
#38986
failed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/pad/face/database/hqwmca.py
+3
-3
3 additions, 3 deletions
bob/pad/face/database/hqwmca.py
with
3 additions
and
3 deletions
bob/pad/face/database/hqwmca.py
+
3
−
3
View file @
ecbfbb11
...
@@ -288,12 +288,12 @@ class HQWMCAPadDatabase(PadDatabase):
...
@@ -288,12 +288,12 @@ class HQWMCAPadDatabase(PadDatabase):
print
(
'
self.streams.image_points
'
,
self
.
streams
[
'
color
'
].
image_points
)
print
(
'
self.streams.image_points
'
,
self
.
streams
[
'
color
'
].
image_points
)
del
video
#
del video
# The reprojected color frames
# The reprojected color frames
# load only the reprojected stream
# load only the reprojected stream
video
=
ff
.
vf
.
load
(
directory
=
self
.
original_directory
,
extension
=
self
.
original_extension
,
streams
=
{
'
rep_color
'
:
rep_color_stream
},
n_frames
=
self
.
n_frames
)
video
=
ff
.
vf
.
load
(
directory
=
self
.
original_directory
,
extension
=
self
.
original_extension
,
streams
=
{
'
rep_color
'
:
rep_color_stream
},
n_frames
=
self
.
n_frames
)
[
'
rep_color
'
]
for
idx
,
image
in
enumerate
(
video
.
as_array
()):
# next line is not loading the data but just use the projection , probably wont work
for
idx
,
image
in
enumerate
(
video
.
as_array
()):
# next line is not loading the data but just use the projection , probably wont work
...
@@ -348,4 +348,4 @@ class HQWMCAPadDatabase(PadDatabase):
...
@@ -348,4 +348,4 @@ class HQWMCAPadDatabase(PadDatabase):
# np.array(a)
# np.array(a)
# annot_entries=sorted(aa.keys())
# annot_entries=sorted(aa.keys())
\ No newline at end of file
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