nfa124 commited on
Commit
4f3b907
·
1 Parent(s): 1591fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def texttoSign(text):
72
  clips=[]
73
  for i in range(len(listofwords)):
74
 
75
- path="Dataset/"+(listofwords[i])+".mp4"
76
  data=cv2.VideoCapture(path)
77
  framescount = data.get(cv2.CAP_PROP_FRAME_COUNT)
78
  fps = data.get(cv2.CAP_PROP_FPS)
 
72
  clips=[]
73
  for i in range(len(listofwords)):
74
 
75
+ path="dataset/"+(listofwords[i])+".mp4"
76
  data=cv2.VideoCapture(path)
77
  framescount = data.get(cv2.CAP_PROP_FRAME_COUNT)
78
  fps = data.get(cv2.CAP_PROP_FPS)