drsaikirant88 commited on
Commit
3a5accc
1 Parent(s): 06792a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -63,9 +63,6 @@ inp_dim = int(model.net_info["height"])
63
  if CUDA:
64
  model.cuda()
65
 
66
- # Set the model in evaluation mode
67
- model.eval()
68
-
69
  def get_detections(x):
70
  c1 = [int(y) for y in x[1:3]]
71
  c2 = [int(y) for y in x[3:5]]
 
63
  if CUDA:
64
  model.cuda()
65
 
 
 
 
66
  def get_detections(x):
67
  c1 = [int(y) for y in x[1:3]]
68
  c2 = [int(y) for y in x[3:5]]