Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.hci_tagging
Commits
3cb0924b
Commit
3cb0924b
authored
Oct 05, 2015
by
André Anjos
💬
Browse files
[readme] Update docs
parent
d8cf926e
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
3cb0924b
...
...
@@ -17,3 +17,5 @@ dist
build
*.egg
src/
logs/
*.sql3
README.rst
View file @
3cb0924b
...
...
@@ -8,8 +8,9 @@
This package contains an interface for the `Mahnob HCI-Tagging dataset`_
interface. It is presently used to benchmark and test Remote
Photo-Plethysmography algorithms. This package only uses the colored videos
(from Camera 1, in AVI format) and the biological signals saved in BDF_ format.
Photo-Plethysmography algorithms at Idiap. This package only uses the colored
videos (from Camera 1, in AVI format) and the biological signals saved in BDF_
format.
If you decide to use this package, please consider citing `Bob`_, as a software
development environment and the authors of the dataset::
...
...
@@ -38,8 +39,55 @@ Please make sure that you have read the `Dependencies
<https://github.com/idiap/bob/wiki/Dependencies>`_ for your operating system.
Dependencies
============
This package makes use of the following important external dependencies:
* bob.ip.facedetect_: For automatically detecting faces using a boosted
classifier based on LBPs
* mne_: For estimating the heart-rate in beats-per-minute using the
Pam-Tompkins algorithm
* Python-EDF_ tools: to read physiological sensor information out of BDF
files
Usage
-----
You can read videos and sensor information out of the database using the
provided API.
Annotations
===========
This package can, optionally, *automatically* annotate the following key
aspects of the Mahnob HCI-Tagging dataset:
* Average heart-rate in beats-per-minute (BPM), using the Pam-Tompkins
algorithm as implemented by `mne`_.
* Face bounding boxes, as detected by the default detector on
`bob.ip.facedetect`_.
The annotation procedure can be launched with the following command::
$ ./bin/bob_dbmanage.py hci_tagging mkmeta
Each video, which is composed of a significant number of frames (hundreds),
takes about 5 minutes to get completely processed. If are at Idiap, you can
launch the job on the SGE queue using the following command-line::
$ ./bin/jman sub -q q1d --io-big -t 3490 `pwd`/bin/bob_dbmanage.py hci_tagging mkmeta
.. Your references go here
.. _bob: https://www.idiap.ch/software/bob
.. _mahnob hci-tagging dataset: http://mahnob-db.eu/hci-tagging/
.. _bdf: http://www.biosemi.com/faq/file_format.htm
.. _bob.ip.facedetect: https://pypi.python.org/pypi/bob.ip.facedetect
.. _mne: https://pypi.python.org/pypi/mne
.. _python-edf: https://bitbucket.org/cleemesser/python-edf/
buildout.cfg
View file @
3cb0924b
...
...
@@ -5,6 +5,7 @@
[buildout]
parts = scripts
eggs = bob.db.hci_tagging
gridtk
develop = .
extensions = mr.developer
auto-checkout = *
...
...
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