owaiskha9654 commited on
Commit
c37e755
1 Parent(s): bf3e1f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,7 +16,9 @@ from utils.general import check_img_size, check_requirements, check_imshow, non_
16
  from utils.plots import plot_one_box
17
  from utils.torch_utils import select_device, load_classifier, time_synchronized, TracedModel
18
  os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7.pt")
 
19
  os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-e6.pt")
 
20
 
21
  def detect_Custom(img,model):
22
  parser = argparse.ArgumentParser()
 
16
  from utils.plots import plot_one_box
17
  from utils.torch_utils import select_device, load_classifier, time_synchronized, TracedModel
18
  os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7.pt")
19
+ os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-e6e.pt")
20
  os.system("wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-e6.pt")
21
+
22
 
23
  def detect_Custom(img,model):
24
  parser = argparse.ArgumentParser()