-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
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
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable