@@ -202,14 +202,17 @@ def from_dlc_style_df(
202202    Notes 
203203    ----- 
204204    The DataFrame must have a multi-index column with the following levels: 
205-     "scorer", ("individuals"), "bodyparts", "coords". The "individuals" 
206-     level may be omitted if there is only one individual in the video. 
205+     "scorer", ("individuals"), "bodyparts", "coords". 
206+     The "individuals" level may be omitted if there is only one individual 
207+     in the video. 
207208    The "coords" level contains either: 
208-     - the spatial coordinates "x", "y", "likelihood" (point-wise confidence scores) 
209-     - the spatial coordinates "x", "y", "z", 
210-     The latter scenario applies when multiple DeepLabCut output files were 
211-     triangulated to estimate 3D pose. 
212-     See further: https://deeplabcut.github.io/DeepLabCut/docs/Overviewof3D.html 
209+ 
210+     - the spatial coordinates "x", "y", and "likelihood" 
211+       (point-wise confidence scores), or 
212+     - the spatial coordinates "x", "y", and "z" (3D poses estimated by 
213+       `triangulating 2D poses from multiple DeepLabCut output files\  
214+ 
215+ 
213216    The row index corresponds to the frame number. 
214217
215218    See Also 
0 commit comments