You can use this graphical user interface to manually label a video frame-by-frame. You can also use DLC2action to semi-automatically label frames!
Install git and Anaconda and run the following commands in a terminal.
git clone https://github.com/amathislab/dlc2action_annotation
cd dlc2action_annotation
conda env create -f dlc2action_gui.yaml
conda activate dlc2action_gui
Further detailed in Installation and updating.
You can start using the interface by running the following commands in a terminal
conda activate dlc2action_gui
python annotator.py
The standard workflow is rather straightforward and involves
- Loading videos
- Setting labels and shortcuts
- Annotating videos
- Saving your work
You can find detail documentation on how to use the annotation tool in the Main user guide
The GUI was initially written by Liza Kozlova in the Mathis group. The GUI is still in development but fully operational on the main branch. Please reach out, or open an issue if you have questions! Collaborations are welcome.