Skip to content

Commit

Permalink
Merge pull request Javacr#44 from lpc-eol/patch-1
Browse files Browse the repository at this point in the history
bug fix in main.py
  • Loading branch information
Javacr authored Jun 13, 2023
2 parents 5119931 + d146528 commit 2b020e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ def load_setting(self):
rate = config['rate']
check = config['check']
savecheck = config['savecheck']
self.confSpinBox.setValue(iou)
self.iouSpinBox.setValue(conf)
self.confSpinBox.setValue(conf)
self.iouSpinBox.setValue(iou)
self.rateSpinBox.setValue(rate)
self.checkBox.setCheckState(check)
self.det_thread.rate_check = check
Expand Down

0 comments on commit 2b020e7

Please sign in to comment.