dattalab / keypoint-moseq

https://keypoint-moseq.readthedocs.io
Other
68 stars 28 forks source link

ValueError: too many values to unpack (expected 2) When loading data #49

Closed juliagorman closed 1 year ago

juliagorman commented 1 year ago

I got this error when loading the data. The path is correct since the config file went to the right place. I have also updated my version of keypoint moseq to v 0.1.2

Screenshot 2023-05-18 at 6 26 04 PM
calebweinreb commented 1 year ago

As of 0.1.2 that line has to be changed to

coordinates, confidences, bodyparts = kpms.load_deeplabcut_results(dlc_results)