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
193adcea
Commit
193adcea
authored
Sep 30, 2015
by
André Anjos
💬
Browse files
[setup] Adds dependence to edflib Python wrapper
parent
02a45445
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
193adcea
...
...
@@ -11,6 +11,21 @@ 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.
If you decide to use this package, please consider citing `Bob`_, as a software
development environment and the authors of the dataset::
@article{soleymani-2012,
author={Soleymani, M. and Lichtenauer, J. and Pun, T. and Pantic, M.},
journal={Affective Computing, IEEE Transactions on},
title={A Multimodal Database for Affect Recognition and Implicit Tagging},
year={2012},
volume={3},
number={1},
pages={42-55},
doi={10.1109/T-AFFC.2011.25},
month=Jan,
}
Installation
------------
...
...
buildout.cfg
View file @
193adcea
...
...
@@ -6,10 +6,15 @@
parts = scripts
eggs = bob.db.hci_tagging
develop = .
extensions = mr.developer
auto-checkout = *
debug = true
verbose = true
newest = false
[sources]
python-edf = hg https://bitbucket.org/cleemesser/python-edf
[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true
setup.py
View file @
193adcea
...
...
@@ -39,6 +39,8 @@ setup(
install_requires
=
[
'setuptools'
,
'bob.db.base'
,
'bob.io.video'
,
'python-edf'
,
],
classifiers
=
[
...
...
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