imRishabhGupta / Indian-Sign-Language-Recognition

This repository contains the code which can recognise the alphabets in Indian sign language for blind using opencv and tensorflow.
MIT License
201 stars 77 forks source link

preprocessing_surf.py #5

Open mishra-tanay opened 6 years ago

mishra-tanay commented 6 years ago

screenshot from 2018-08-25 23-16-45 Getting this error when trying to run the code .. All given steps have been followed.

abhi0296 commented 5 years ago

did you solved it? can you tell the steps involved in running< files are not getting connected

mishra-tanay commented 5 years ago

No Bro

rohit-mapakshi97 commented 5 years ago
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

jayeshagwan1 commented 5 years ago

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. image

Adarsh8185 commented 3 years ago

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. image

Is it working..?