Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions deeplabcut/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,10 @@ def draw_bbox(self):
self.rs = RectangleSelector(
self.ax,
self.line_select_callback,
drawtype="box",
minspanx=5,
minspany=5,
interactive=True,
spancoords="pixels",
rectprops=dict(facecolor="red", edgecolor="black", alpha=0.3, fill=True),
)
self.show()
self.fig.canvas.start_event_loop(timeout=-1)
Expand Down
2 changes: 0 additions & 2 deletions deeplabcut/utils/auxfun_videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,10 @@ def display_help(*args):
rs = RectangleSelector(
ax,
line_select_callback,
drawtype="box",
minspanx=5,
minspany=5,
interactive=True,
spancoords="pixels",
rectprops=dict(facecolor="red", edgecolor="black", alpha=0.3, fill=True),
)
plt.show()

Expand Down