Playback layout change

This commit is contained in:
MikeTheWatchGuy 2018-11-21 08:42:31 -05:00
parent ba7d3d2fba
commit b8fe33a2e2
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ while True:
[sg.Text('Yolo Output')],
[sg.Image(data=imgbytes, key='_IMAGE_')],
[sg.Text('Confidence'),
sg.Slider(range=(0, 1), orientation='h', resolution=.1, default_value=.5, size=(15, 15), key='confidence')],
[sg.Text('Threshold'),
sg.Slider(range=(0, 1), orientation='h', resolution=.1, default_value=.5, size=(15, 15), key='confidence'),
sg.Text('Threshold'),
sg.Slider(range=(0, 1), orientation='h', resolution=.1, default_value=.3, size=(15, 15), key='threshold')],
[sg.Exit()]
]