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.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
str | Path
|
Full path of the config.yaml file of the provided demo dataset. |
required |
|
bool
|
Boolean variable indicating if a training set shall be created. |
True
|
|
Engine
|
The Engine to create the training set for if a training set shall be created. |
PYTORCH
|
Examples:
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.