Commit 17a8ef89 authored by dasharatha.vamshi's avatar dasharatha.vamshi

video

parent acc56d1a
......@@ -99,7 +99,7 @@ class Welspun_Classifier(ModelWrapper):
try:
frame = obj['frame']
orig_image = cv2.resize(frame, (800, 600))
orig_image = cv2.resize(frame, (3840, 2160))
frame = self.process_frame(orig_image)
obj['frame'] = cv2.resize(frame, (self.config.get('FRAME_WIDTH'), self.config.get('FRAME_HEIGHT')))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment