Indian-Sign-Language-Recognition
Indian-Sign-Language-Recognition copied to clipboard
preprocessing_surf.py
Getting this error when trying to run the code ..
All given steps have been followed.
did you solved it? can you tell the steps involved in running< files are not getting connected
No Bro
for (dirpath,dirnames,filenames) in os.walk(path):
for dirname in dirnames:
print(dirname)
for(direcpath,direcnames,files) in os.walk(path+"\\"+dirname):
for file in files:
actual_path=path+"\\\\"+dirname+"\\\\"+file
print(actual_path)
des=func2(actual_path)
img_descs.append(des)
y.append(label)
label=label+1
replace backslash to forward slash
How much time does it take to run this file ? I have run ths file and its showing me train\A\001.jpg from past 20 min.
How much time does it take to run this file ? I have run ths file and its showing me train\A\001.jpg from past 20 min.
Is it working..?