Skip to content

Commit c64a6b1

Browse files
Add Lightning Pose conversion example (#56)
1 parent 1b68ded commit c64a6b1

18 files changed

Lines changed: 1285 additions & 2 deletions

docs/source/api_index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ io
1313
annotations_to_poseinterface
1414
frames_to_poseinterface
1515
predictions_to_poseinterface
16+
split_lp_collected_data
1617
video_to_poseinterface
1718

1819

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"gallery_dirs": ["auto_examples"],
154154
"reference_url": {"poseinterface": None},
155155
"filename_pattern": "/*.py", # which files to execute before inclusion
156+
"default_thumb_file": "source/_static/project_icon.png",
156157
}
157158

158159
# -- linkcheck configuration -------------------------------------------------

examples/convert_dlc_to_benchmark.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Create a ``poseinterface`` benchmark dataset from a DeepLabCut (DLC) project.
55
"""
66

7-
# sphinx_gallery_thumbnail_path = '_static/project_icon.png'
8-
97
# %%
108
# Imports
119
# -------

0 commit comments

Comments
 (0)