Behavioral Imaging Toolbox
Project description
Behavioral Imaging Toolbox
Bitbox is a free and open-source Python library including a comprehensive set of tools for the computational analysis of nonverbal human behavior. The provided tools enable analysis of face, head, and body movements, expressions, and actions from videos and images. Included algorithms and metrics have been validated using clinically vetted datasets and published extensively, therefore, can be reliably used by behavioral, social, and medical scientists in their human subject research. As we closely follow state-of-the-art in computer vision and machine learning, provided methodologies can also be relied upon by computer vision researchers and other engineers as well.
Please refer to our Wiki for further details.
Installation
Before installing Bitbox, you need to install 3DI. If 3DI is not installed, you will receive an error when trying to use Bitbox. 3DI repository is located at https://github.com/Computational-Psychiatry/3DI.
To install Bitbox, follow these steps:
-
Clone the Bitbox repository:
git clone https://github.com/Computational-Psychiatry/bitbox.git
-
Change to the Bitbox directory:
cd bitbox
-
Install Bitbox using
python setup.py install
:python setup.py install
-
Set the environment variable
PATH_3DI
to indicate the directory in which 3DI was installed:-
Linux:
export PATH_3DI=/path/to/3DI/directory
-
Windows (Command Prompt):
set PATH_3DI=C:\path\to\3DI\directory
-
Mac:
export PATH_3DI=/path/to/3DI/directory
-
Now you are ready to use Bitbox!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bitbox-2024.3.dev2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9cd2066b453c123ef71b72b17c991fb10878e7a0f483b103a8f969cc00b4ef6 |
|
MD5 | 40886a424f2c8d9129963fe670a541d6 |
|
BLAKE2b-256 | 6d478896e0cdfb28ecb5bc0c913a2cfa6bb765b605342d133a94a14492c896d1 |