Wasp Animal-tracking Zoo project with Pose estimation (name is subject to refinement)
WAZP is a dashboard built with Dash-Plotly for analysing animal tracking data. It can display pose estimation output from DeepLabCut.
The package is currently in early development 🏗️ and is not yet ready for use. Stay tuned ⌛
We recommend you install WAZP inside a conda environment.
Once you have conda
installed, the following will create and activate an environment. You can call your environment whatever you like, we've used wazp-env
.
conda create -n wazp-env -c conda-forge python=3 pytables
conda activate wazp-env
Next install the latest version of WAZP from pip:
pip install wazp
Once installed, launch the dashboard by running the following command from the root of the repository:
startwazp
This will launch a local web server. If the dashboard does not automatically open in your default browser, click the link in the terminal to open it (the link will be of the form http://localhost:8050/
).
⚖️ BSD 3-Clause