Suburst commited on
Commit
556e597
·
verified ·
1 Parent(s): 8aa4288

Update Yolov5_Deepsort/models/common.py

Browse files
Files changed (1) hide show
  1. Yolov5_Deepsort/models/common.py +1 -0
Yolov5_Deepsort/models/common.py CHANGED
@@ -234,6 +234,7 @@ class AutoShape(nn.Module):
234
  def __init__(self, model):
235
  super(AutoShape, self).__init__()
236
  self.model = model.eval()
 
237
 
238
  def autoshape(self):
239
  print('AutoShape already enabled, skipping... ') # model already converted to model.autoshape()
 
234
  def __init__(self, model):
235
  super(AutoShape, self).__init__()
236
  self.model = model.eval()
237
+ self.model = self.model.float()
238
 
239
  def autoshape(self):
240
  print('AutoShape already enabled, skipping... ') # model already converted to model.autoshape()