deeplabcut.create_project.demo_data
Functions:
| Name | Description |
|---|---|
load_demo_data |
Loads the demo data -- subset from trail-tracking data in Mathis et al. 2018. |
transform_data |
This function adds the full path to labeling dataset. |
load_demo_data
Loads the demo data -- subset from trail-tracking data in Mathis et al. 2018. When loading, it sets paths correctly to run this project on your system.
Parameter
config : string Full path of the config.yaml file of the provided demo dataset as a string.
createtrainingset : bool Boolean variable indicating if a training set shall be created.
engine: Engine The Engine to create the training set for if a training set shall be created.
Example
deeplabcut.load_demo_data('config.yaml')
Source code in deeplabcut/create_project/demo_data.py
transform_data
This function adds the full path to labeling dataset.
It also adds the correct path to the video file in the config file.