Dictionnary indexed as a list in deeplabcut.extract_frames

Is there an existing issue for this?

  • I have searched the existing issues

Bug description

When running extract_frames with mode='manual' and videos_list=None, video paths are pulled from the config file as a dictionnary (videos = cfg.get("video_sets_original") or cfg["video_sets"]) but are indexed as a list (_ = launch_napari(videos[0])):

_ = launch_napari(videos[0])

Operating System

Ubuntu

DeepLabCut version

dlc version

DeepLabCut mode

single animal

Device type

gpu

Steps To Reproduce

No response

Relevant log output

Anything else?

No response

Code of Conduct