Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix video overwrite
  • Loading branch information
jeylau committed Jun 24, 2024
commit eae9e8be92ea78aaccf072c8a440a3cf35005ee3
1 change: 1 addition & 0 deletions deeplabcut/gui/tabs/create_videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def create_videos(self):
draw_skeleton=self.draw_skeleton_checkbox.isChecked(),
trailpoints=trailpoints,
color_by=color_by,
overwrite=self.overwrite_videos.isChecked(),
)
if all(videos_created):
self.root.writer.write("Labeled videos created.")
Expand Down