Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lab-pad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
biometric-resources
lab-pad
Commits
85873ce9
Commit
85873ce9
authored
Nov 30, 2018
by
Guillaume HEUSCH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up to LTSS visualization
parent
d0421adb
Pipeline
#25129
passed with stage
in 59 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
154 additions
and
17 deletions
+154
-17
notebook/data/system-overview.png
notebook/data/system-overview.png
+0
-0
notebook/rppg-pad.ipynb
notebook/rppg-pad.ipynb
+149
-12
notebook/rppg_ltss.py
notebook/rppg_ltss.py
+5
-5
No files found.
notebook/data/system-overview.png
0 → 100644
View file @
85873ce9
164 KB
notebook/rppg-pad.ipynb
View file @
85873ce9
This diff is collapsed.
Click to expand it.
notebook/rppg_ltss.py
View file @
85873ce9
...
...
@@ -136,11 +136,11 @@ def get_ltss(signal):
# build final feature
log_mags
=
numpy
.
array
(
log_mags
)
mean
=
numpy
.
mean
(
log_mags
,
axis
=
0
)
pyplot
.
hist
(
mean
)
std
=
numpy
.
std
(
log_mags
,
axis
=
0
)
f
,
(
ax1
,
ax2
)
=
pyplot
.
subplots
(
1
,
2
,
sharey
=
True
)
ax1
.
hist
(
mean
)
ax2
.
hist
(
std
)
pyplot
.
show
#std = numpy.std(log_mags, axis=0)
#ltss = numpy.concatenate([mean, std])
#return ltss
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