We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc4b0a commit b13e0daCopy full SHA for b13e0da
examples/SWC-plusmaze_to_benchmark.py
@@ -1,10 +1,8 @@
1
-"""Convert SWC EPM dataset to pose benchmarks format
2
-====================================================
3
-Convert keypoint annotations
4
-from the Elevated Plus Maze (EPM) dataset from DLC to COCO format.
+"""Convert DeepLabCut project to benchmark dataset
+==================================================
+Convert videos and labelled frames from a DeepLabCut (DLC) project to the
+``poseinterface`` benchmark dataset format.
5
6
-Also copy a video and its labeled frames to a target directory,
7
-organised in the pose benchmarks dataset structure.
8
"""
9
10
# %%
0 commit comments