Skip to content

Commit b8fe33a

Browse files
Playback layout change
1 parent ba7d3d2 commit b8fe33a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

YoloObjectDetection/yolo_video_with_webcam.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@
195195
[sg.Text('Yolo Output')],
196196
[sg.Image(data=imgbytes, key='_IMAGE_')],
197197
[sg.Text('Confidence'),
198-
sg.Slider(range=(0, 1), orientation='h', resolution=.1, default_value=.5, size=(15, 15), key='confidence')],
199-
[sg.Text('Threshold'),
198+
sg.Slider(range=(0, 1), orientation='h', resolution=.1, default_value=.5, size=(15, 15), key='confidence'),
199+
sg.Text('Threshold'),
200200
sg.Slider(range=(0, 1), orientation='h', resolution=.1, default_value=.3, size=(15, 15), key='threshold')],
201201
[sg.Exit()]
202202
]

0 commit comments

Comments
 (0)