jonathan-roos commited on
Commit
42ed9a1
1 Parent(s): abf21b5

removed input img resize

Browse files
Files changed (1) hide show
  1. detector.py +0 -1
detector.py CHANGED
@@ -71,7 +71,6 @@ def find_bats(allImgs):
71
  return cropped_bats
72
 
73
  def bat_detector(img):
74
- img = cv.resize(img, (640,512))
75
  totalBats = 0
76
 
77
  allImgs = chop_img(img, 3)
 
71
  return cropped_bats
72
 
73
  def bat_detector(img):
 
74
  totalBats = 0
75
 
76
  allImgs = chop_img(img, 3)