Skip to content

Commit ff02fd7

Browse files
committed
Updated src/input_feeder.py
Signed-off-by: Mpho Mphego <mpho112@gmail.com>
1 parent b516e04 commit ff02fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input_feeder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def progress_bar(self):
8080

8181
def resize(self, frame, height=None, width=None):
8282
if (height and width) is None:
83-
width, height = (self.source_width - 200, self.source_height - 200)
83+
width, height = (self.source_width//2, self.source_height//2)
8484
return cv2.resize(frame, (width, height))
8585

8686
def show(self, frame, frame_name="video"):

0 commit comments

Comments
 (0)