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
b865d37a
Commit
b865d37a
authored
6 years ago
by
Guillaume HEUSCH
Browse files
Options
Downloads
Patches
Plain Diff
[chrom] changed default values for protocol and subset
parent
a49bba87
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!6
Resolve "Package depends on both bob.db.cohface and bob.db.hci_tagging"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/rppg/chrom/script/extract_pulse.py
+3
-3
3 additions, 3 deletions
bob/rppg/chrom/script/extract_pulse.py
bob/rppg/chrom/script/extract_pulse_from_mask.py
+3
-3
3 additions, 3 deletions
bob/rppg/chrom/script/extract_pulse_from_mask.py
with
6 additions
and
6 deletions
bob/rppg/chrom/script/extract_pulse.py
+
3
−
3
View file @
b865d37a
...
@@ -20,7 +20,7 @@ Usage:
...
@@ -20,7 +20,7 @@ Usage:
Options:
Options:
-h, --help Show this screen
-h, --help Show this screen
-V, --version Show version
-V, --version Show version
-p, --protocol=<string> Protocol.
-p, --protocol=<string> Protocol
[default: all]
.
-s, --subset=<string> Data subset to load. If nothing is provided
-s, --subset=<string> Data subset to load. If nothing is provided
all the data sets will be loaded.
all the data sets will be loaded.
-o, --pulsedir=<path> The path to the directory where signal extracted
-o, --pulsedir=<path> The path to the directory where signal extracted
...
@@ -99,8 +99,8 @@ def main(user_input=None):
...
@@ -99,8 +99,8 @@ def main(user_input=None):
configuration
=
load
([
os
.
path
.
join
(
args
[
'
<configuration>
'
])])
configuration
=
load
([
os
.
path
.
join
(
args
[
'
<configuration>
'
])])
# get various parameters, either from config file or command-line
# get various parameters, either from config file or command-line
protocol
=
get_parameter
(
args
,
configuration
,
'
protocol
'
,
'
None
'
)
protocol
=
get_parameter
(
args
,
configuration
,
'
protocol
'
,
'
all
'
)
subset
=
get_parameter
(
args
,
configuration
,
'
subset
'
,
''
)
subset
=
get_parameter
(
args
,
configuration
,
'
subset
'
,
None
)
pulsedir
=
get_parameter
(
args
,
configuration
,
'
pulsedir
'
,
'
pulse
'
)
pulsedir
=
get_parameter
(
args
,
configuration
,
'
pulsedir
'
,
'
pulse
'
)
start
=
get_parameter
(
args
,
configuration
,
'
start
'
,
0
)
start
=
get_parameter
(
args
,
configuration
,
'
start
'
,
0
)
end
=
get_parameter
(
args
,
configuration
,
'
end
'
,
0
)
end
=
get_parameter
(
args
,
configuration
,
'
end
'
,
0
)
...
...
This diff is collapsed.
Click to expand it.
bob/rppg/chrom/script/extract_pulse_from_mask.py
+
3
−
3
View file @
b865d37a
...
@@ -18,7 +18,7 @@ Usage:
...
@@ -18,7 +18,7 @@ Usage:
Options:
Options:
-h, --help Show this screen
-h, --help Show this screen
-V, --version Show version
-V, --version Show version
-p, --protocol=<string> Protocol.
-p, --protocol=<string> Protocol
[default: all]
.
-s, --subset=<string> Data subset to load. If nothing is provided
-s, --subset=<string> Data subset to load. If nothing is provided
all the data sets will be loaded.
all the data sets will be loaded.
-o, --pulsedir=<path> The path to the directory where signal extracted
-o, --pulsedir=<path> The path to the directory where signal extracted
...
@@ -103,8 +103,8 @@ def main(user_input=None):
...
@@ -103,8 +103,8 @@ def main(user_input=None):
configuration
=
load
([
os
.
path
.
join
(
args
[
'
<configuration>
'
])])
configuration
=
load
([
os
.
path
.
join
(
args
[
'
<configuration>
'
])])
# get various parameters, either from config file or command-line
# get various parameters, either from config file or command-line
protocol
=
get_parameter
(
args
,
configuration
,
'
protocol
'
,
'
None
'
)
protocol
=
get_parameter
(
args
,
configuration
,
'
protocol
'
,
'
all
'
)
subset
=
get_parameter
(
args
,
configuration
,
'
subset
'
,
''
)
subset
=
get_parameter
(
args
,
configuration
,
'
subset
'
,
None
)
pulsedir
=
get_parameter
(
args
,
configuration
,
'
pulsedir
'
,
'
pulse
'
)
pulsedir
=
get_parameter
(
args
,
configuration
,
'
pulsedir
'
,
'
pulse
'
)
npoints
=
get_parameter
(
args
,
configuration
,
'
npoints
'
,
40
)
npoints
=
get_parameter
(
args
,
configuration
,
'
npoints
'
,
40
)
indent
=
get_parameter
(
args
,
configuration
,
'
indent
'
,
10
)
indent
=
get_parameter
(
args
,
configuration
,
'
indent
'
,
10
)
...
...
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