Metadata-Version: 2.1
Name: element-deeplabcut
Version: 0.2.8
Summary: DataJoint Element for Continuous Behavior Tracking via DeepLabCut
Home-page: https://github.com/datajoint/element-deeplabcut
Author: DataJoint
Author-email: info@vathes.com
License: MIT
Keywords: neuroscience behavior deeplabcut datajoint
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datajoint >=0.13
Requires-Dist: deeplabcut[tf] >=2.2.1.1
Requires-Dist: element-interface >=0.3.0
Requires-Dist: opencv-python-headless

[![PyPI version](https://badge.fury.io/py/element-deeplabcut.svg)](http://badge.fury.io/py/element-deeplabcut)

# DataJoint Element for Pose Estimation with DeepLabCut

DataJoint Element for markerless pose estimation with
[DeepLabCut](https://www.deeplabcut.org/).  DataJoint Elements collectively standardize
and automate data collection and analysis for neuroscience experiments.  Each Element is
a modular pipeline for data storage and processing with corresponding database
tables that can be combined with other Elements to assemble a fully functional pipeline.

## Experiment Flowchart

![flowchart](https://raw.githubusercontent.com/datajoint/element-deeplabcut/main/images/flowchart.svg)

## Data Pipeline Diagram

![pipeline](https://raw.githubusercontent.com/datajoint/element-deeplabcut/main/images/pipeline.svg)

## Getting Started

+ Install from PyPI

     ```bash
     pip install element-deeplabcut
     ```

+ [Interactive tutorial](https://github.com/datajoint/workflow-deeplabcut)

+ [Documentation](https://datajoint.com/docs/elements/element-deeplabcut)

## Support

+ If you need help getting started or run into any errors, please open a GitHub Issue 
or contact our team by email at support@datajoint.com.


