Update run.py
Browse files
run.py
CHANGED
@@ -39,7 +39,7 @@ model.to(device).eval()
|
|
39 |
|
40 |
def segment(im, interval_s=2):
|
41 |
|
42 |
-
im = cv2.resize(im, (im.shape[1] // 2, im.shape[0] // 2))
|
43 |
imout = im.copy()
|
44 |
|
45 |
# if counter.increment() % 3 == 0:
|
|
|
39 |
|
40 |
def segment(im, interval_s=2):
|
41 |
|
42 |
+
# im = cv2.resize(im, (im.shape[1] // 2, im.shape[0] // 2))
|
43 |
imout = im.copy()
|
44 |
|
45 |
# if counter.increment() % 3 == 0:
|