Skip to main content

dlc-gui is a GUI written in Qt5 (PySide2) for DeepLabCut.

Project description

dlc-gui
#######

dlc-gui is a GUI written in Qt5 (PySide2) for
`DeepLabCut <https://github.com/AlexEMG/DeepLabCut>`_.

It is a drop-in replacement for the frame labeling GUI.

.. image:: https://gitlab.com/d_/dlc-gui/raw/master/screenshot.png
:width: 75%
:align: center

.. contents:: **Table of Contents**
:backlinks: none

Features
========

* Opening of .h5 files
* Save as a .h5 file at any time, and resume labeling later
* Zoom and scrolling with mousewheel
* WASD keybindings for navigating frames and labels
* Remove labels
* Adjust dotsize


Installation
============

dlc-gui is distributed on `PyPI <https://pypi.org>`_ as a universal
wheel and is available on Linux/macOS and Windows and supports
Python 3.5+.

.. code-block:: bash

$ pip install dlc-gui


Usage
=====

Running the GUI
---------------

Inside a Python shell:

>>> import dlc_gui
>>> dlc_gui.show()

Inside a command-line shell:

.. code-block:: bash

$ python -m dlc_gui

It can also be run directly:

.. code-block:: bash

$ python .../dlc_gui/main.py

Using the GUI
-------------
Begin by opening a directory full of the frames (\*.png) you want to label, or a .h5 file from a previous save.

Use left mouse click to add a label at the cursor, or right mouse to remove a label. Switch between frames or bodyparts using the left and right panels, or WASD keybindings.

Save by pressing File>Save, or Ctrl+S. This will save your labeling as a .h5 file that can later be edited.

Keybindings
~~~~~~~~~~~
+---------------------------------+-------------------------+
|Shortcut |Action |
+=================================+=========================+
|:kbd:`Left Mouse Button` |Add label at cursor |
+---------------------------------+-------------------------+
|:kbd:`Right Mouse Button` |Remove label |
+---------------------------------+-------------------------+
|:kbd:`Ctrl` + :kbd:`Mouse Wheel` |Zoom |
+---------------------------------+-------------------------+
|:kbd:`Shift` + :kbd:`Mouse Wheel`|Horizontal Scroll |
+---------------------------------+-------------------------+
|:kbd:`Mouse Wheel` |Vertical Scroll |
+---------------------------------+-------------------------+
|:kbd:`W` |Previous Frame |
+---------------------------------+-------------------------+
|:kbd:`A` |Previous Bodypart |
+---------------------------------+-------------------------+
|:kbd:`S` |Next Frame |
+---------------------------------+-------------------------+
|:kbd:`D` |Next Bodypart |
+---------------------------------+-------------------------+
|:kbd:`Ctrl` + :kbd:`F` |Open a config.yaml file |
+---------------------------------+-------------------------+
|:kbd:`Ctrl` + :kbd:`O` |Open a directory of |
| |frames |
+---------------------------------+-------------------------+
|:kbd:`Ctrl` + :kbd:`S` |Save to a .h5 file |
+---------------------------------+-------------------------+


License
=======

dlc-gui is distributed under the terms of the
`LGPL v3 <https://choosealicense.com/licenses/lgpl-3.0>`_.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dlc-gui-0.2.0.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

dlc_gui-0.2.0-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page