deeplabcut.analyze_videos returns the model name not an array of inference results

Is there an existing issue for this?

  • I have searched the existing issues

Bug description

in pose_estimation_tensorflow > predict_videos.py

Analyze_videos on line 268: states that it returns a pandas array of inference results but just returns the name of the model.

line 697: return DLCscorer # note: this is either DLCscorer or DLCscorerlegacy depending on what was used!

Operating System

Linux

DeepLabCut version

dlc version

DeepLabCut mode

multi animal

Device type

gpu

Steps To Reproduce

See deeplabcut.analyze_videos

Relevant log output

No response

Anything else?

No response

Code of Conduct