Skip to content

Commit

Permalink
GUI: Deep learning interface
Browse files Browse the repository at this point in the history
Correctly restor collection mode from loaded session

Change-Id: I9f5ad2b26904e3df97689aef0fef3c668d12cce6
  • Loading branch information
dj-acconeer committed Mar 11, 2020
1 parent af59cb1 commit 71b8d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/elements/ml_gui_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ def set_frame_settings(self, frame_settings):
if "collection_mode" in frame_settings:
collection_mode = frame_settings["collection_mode"]
if "auto" in collection_mode:
if "feature map" in collection_mode:
if "feature_based" in collection_mode:
self.auto_mode.setCurrentIndex(1)
else:
self.auto_mode.setCurrentIndex(0)
Expand Down

0 comments on commit 71b8d17

Please sign in to comment.