jonathan-roos commited on
Commit
24ed9a9
1 Parent(s): 45a7f6c

changed model

Browse files
Files changed (1) hide show
  1. detector.py +1 -1
detector.py CHANGED
@@ -68,7 +68,7 @@ def bat_detector(img):
68
  allImgs = chop_img(img, 3)
69
  cropped_bats = find_bats(allImgs)
70
 
71
- learn = load_learner("model_densenet_zeros.pkl")
72
 
73
  def predict(bat):
74
  with learn.no_bar(), learn.no_logging():
 
68
  allImgs = chop_img(img, 3)
69
  cropped_bats = find_bats(allImgs)
70
 
71
+ learn = load_learner("model.pkl")
72
 
73
  def predict(bat):
74
  with learn.no_bar(), learn.no_logging():