imaneralo commited on
Commit
8a75e64
1 Parent(s): cf74b59

corrected name of trialFootageh

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def fareCalculations():
78
  # def returnRBG(img):
79
  # return cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
80
 
81
- cap = cv2.VideoCapture('./TrialFootage.mp4')
82
 
83
  model = YOLO("./Yolo-Weights/yolov8n.pt")
84
  stationFrom='Meerut'
 
78
  # def returnRBG(img):
79
  # return cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
80
 
81
+ cap = cv2.VideoCapture('./trialFootage.mp4')
82
 
83
  model = YOLO("./Yolo-Weights/yolov8n.pt")
84
  stationFrom='Meerut'