Skip to content

Commit

Permalink
disable fetal and cardiac for data privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
maleakhiw committed May 13, 2020
1 parent 2e9007e commit 7371882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/LandmarkDetection/DQN/GUI/left_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def __init__(self, window):

# Disable cardiac and ultrasound since data is private
# For demo purposes we won't disable
# self.cardiac_button.setEnabled(False)
# self.ultrasound_button.setEnabled(False)
self.cardiac_button.setEnabled(False)
self.ultrasound_button.setEnabled(False)

## Advance file mode
self.advance_title = QLabel("Custom Data")
Expand Down

0 comments on commit 7371882

Please sign in to comment.