imaneralo commited on
Commit
cf74b59
1 Parent(s): 73036bc

fixing paths

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def fareCalculations():
80
 
81
  cap = cv2.VideoCapture('./TrialFootage.mp4')
82
 
83
- model = YOLO("../Yolo-Weights/yolov8n.pt")
84
  stationFrom='Meerut'
85
  stationFromCoordinates={"lat":"12.12.54.4","long":"44.36.09"} # Meerut
86
  stationToCoordinates={'lat':'54.45.56',"long":'45.45.45'}
 
80
 
81
  cap = cv2.VideoCapture('./TrialFootage.mp4')
82
 
83
+ model = YOLO("./Yolo-Weights/yolov8n.pt")
84
  stationFrom='Meerut'
85
  stationFromCoordinates={"lat":"12.12.54.4","long":"44.36.09"} # Meerut
86
  stationToCoordinates={'lat':'54.45.56',"long":'45.45.45'}