Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.rppg.base
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
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.rppg.base
Commits
41668342
There was a problem fetching the pipeline summary.
Commit
41668342
authored
6 years ago
by
Guillaume Heusch
Browse files
Options
Downloads
Patches
Plain Diff
[doc] fixed command-line examples
parent
70a5d0c5
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/guide_chrom.rst
+2
-2
2 additions, 2 deletions
doc/guide_chrom.rst
doc/guide_cvpr14.rst
+4
-4
4 additions, 4 deletions
doc/guide_cvpr14.rst
doc/guide_ssr.rst
+2
-2
2 additions, 2 deletions
doc/guide_ssr.rst
with
8 additions
and
8 deletions
doc/guide_chrom.rst
+
2
−
2
View file @
41668342
...
@@ -94,11 +94,11 @@ given below.
...
@@ -94,11 +94,11 @@ given below.
The execution of this script is very slow - mainly due to the face detection.
The execution of this script is very slow - mainly due to the face detection.
You can speed it up using the gridtk_ (especially, if you're at Idiap). For example::
You can speed it up using the gridtk_ (especially, if you're at Idiap). For example::
$ ./bin/jman sub -t 3490 -- ./bin/bob_rppg_chrom_pulse.py co
hface
$ ./bin/jman sub -t 3490 -- ./bin/bob_rppg_chrom_pulse.py co
nfig.py
The number of jobs (i.e. 3490) is given by typing::
The number of jobs (i.e. 3490) is given by typing::
$ ./bin/bob_rppg_chrom_pulse.py co
hface
--gridcount
$ ./bin/bob_rppg_chrom_pulse.py co
nfig.py
--gridcount
.. _gridtk: https://pypi.python.org/pypi/gridtk
.. _gridtk: https://pypi.python.org/pypi/gridtk
This diff is collapsed.
Click to expand it.
doc/guide_cvpr14.rst
+
4
−
4
View file @
41668342
...
@@ -84,7 +84,7 @@ the command-line overrides the configuration file though.
...
@@ -84,7 +84,7 @@ the command-line overrides the configuration file though.
The number of jobs (i.e. 3490) is given by typing::
The number of jobs (i.e. 3490) is given by typing::
$ ./bin/bob_rppg_cvpr14_extract_face_and_bg_signals.py co
hface
--gridcount
$ ./bin/bob_rppg_cvpr14_extract_face_and_bg_signals.py co
nfig.py
--gridcount
Step 2: Illumination Rectification
Step 2: Illumination Rectification
...
@@ -113,8 +113,8 @@ channel on all the segment of all sequences. By default, the threshold is set su
...
@@ -113,8 +113,8 @@ channel on all the segment of all sequences. By default, the threshold is set su
of all the segments will be retained. To get the signals where large motion has
of all the segments will be retained. To get the signals where large motion has
been eliminated, execute the following commands::
been eliminated, execute the following commands::
$ ./bin/bob_rppg_cvpr14_motion.py co
hface
--save-threshold threshold.txt -vv
$ ./bin/bob_rppg_cvpr14_motion.py co
nfig.py
--save-threshold threshold.txt -vv
$ ./bin/bob_rppg_cvpr14_motion.py co
hface
--load-threshold threshold.txt -vv
$ ./bin/bob_rppg_cvpr14_motion.py co
nfig.py
--load-threshold threshold.txt -vv
Step 4: Filtering
Step 4: Filtering
...
@@ -129,7 +129,7 @@ window. Finally, a bandpass filter is applied to restrict the
...
@@ -129,7 +129,7 @@ window. Finally, a bandpass filter is applied to restrict the
frequencies to the range corresponding to a plausible heart-rate. To filter the
frequencies to the range corresponding to a plausible heart-rate. To filter the
signal, you should execute the following command::
signal, you should execute the following command::
$ ./bin/bob_rppg_cvpr14_filter.py co
hface
-vv
$ ./bin/bob_rppg_cvpr14_filter.py co
nfig.py
-vv
A Full Configuration File Example
A Full Configuration File Example
---------------------------------
---------------------------------
...
...
This diff is collapsed.
Click to expand it.
doc/guide_ssr.rst
+
2
−
2
View file @
41668342
...
@@ -86,11 +86,11 @@ given below.
...
@@ -86,11 +86,11 @@ given below.
The execution of this script is very slow - mainly due to the face detection.
The execution of this script is very slow - mainly due to the face detection.
You can speed it up using the gridtk_ (especially, if you're at Idiap). For example::
You can speed it up using the gridtk_ (especially, if you're at Idiap). For example::
$ ./bin/jman sub -t 3490 -- ./bin/bob_rppg_ssr_pulse.py co
hface
$ ./bin/jman sub -t 3490 -- ./bin/bob_rppg_ssr_pulse.py co
nfig.py
The number of jobs (i.e. 3490) is given by typing::
The number of jobs (i.e. 3490) is given by typing::
$ ./bin/bob_rppg_ssr_pulse.py co
hface
--gridcount
$ ./bin/bob_rppg_ssr_pulse.py co
nfig.py
--gridcount
.. _gridtk: https://pypi.python.org/pypi/gridtk
.. _gridtk: https://pypi.python.org/pypi/gridtk
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