Indian-Sign-Language-Recognition icon indicating copy to clipboard operation
Indian-Sign-Language-Recognition copied to clipboard

preprocessing_surf.py

Open mishra-tanay opened this issue 5 years ago • 5 comments

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

mishra-tanay avatar Aug 25 '18 17:08 mishra-tanay

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

abhi0296 avatar Oct 07 '18 11:10 abhi0296

No Bro

mishra-tanay avatar Oct 07 '18 18:10 mishra-tanay

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

rohit-mapakshi97 avatar Oct 19 '18 08:10 rohit-mapakshi97

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

jayeshagwan1 avatar Jul 28 '19 06:07 jayeshagwan1

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

Adarsh8185 avatar Jun 29 '21 04:06 Adarsh8185