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.io.stream
Commits
f451ff23
Commit
f451ff23
authored
Jul 31, 2020
by
Vincent POLLET
Browse files
[CI] debuging: warp thermal output
parent
547833bb
Pipeline
#41633
failed with stage
in 5 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/stream/stream.py
View file @
f451ff23
...
...
@@ -432,12 +432,12 @@ class StreamWarp(StreamFilter):
output
=
[]
num_chan
=
data
.
shape
[
0
]
for
c
in
range
(
num_chan
):
print
(
data
[
c
].
mean
())
print
(
data
[
c
].
sum
())
output
.
append
(
transform
.
warp
(
data
[
c
],
self
.
warp_transform
,
output_shape
=
self
.
output_shape
,
preserve_range
=
True
).
astype
(
data
.
dtype
))
print
(
output
[
-
1
].
mean
())
print
(
output
[
-
1
].
sum
())
output
=
np
.
stack
(
output
)
return
output
...
...
Write
Preview
Supports
Markdown
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