noamholz commited on
Commit
3940ce7
·
verified ·
1 Parent(s): 90a09ad

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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: