Recommended: install git and Anaconda and run the following.
This was tested on Ubuntu 20.04 (AM), Windows 10 and MacOS 10.15.7 (LK).
git clone https://github.com/amathislab/dlc2action_annotation
cd dlc2action_annotation
conda env create -f dlc2action_gui.yaml
conda activate dlc2action_gui
To download the latest release, you should go to the dlc2action_annotation
folder and run these commands.
git pull
conda activate dlc2action_gui
conda env update -f dlc2action_gui.yaml
- In case you get the following error you likely need to reinstall the
libxcb
package.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Back to main readme.