Remove code

Removing these lines of code lets the GUI run and so far no bugs have been detected.
pull/65/head
Diego Porres 2 years ago committed by GitHub
parent abd757fd30
commit 948327cbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,9 +177,9 @@ class Visualizer(imgui_window.ImguiWindow):
if self.result.init_net:
self.drag_widget.reset_point()
if self.check_update_mask(**self.args):
h, w, _ = self.result.image.shape
self.drag_widget.init_mask(w, h)
# if self.check_update_mask(**self.args):
# h, w, _ = self.result.image.shape
# self.drag_widget.init_mask(w, h)
# Display.
max_w = self.content_width - self.pane_w

Loading…
Cancel
Save