Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preprocessing_surf.py #5

Open
mishra-tanay opened this issue Aug 25, 2018 · 5 comments
Open

preprocessing_surf.py #5

mishra-tanay opened this issue Aug 25, 2018 · 5 comments

Comments

@mishra-tanay
Copy link

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

@abhi0296
Copy link

abhi0296 commented Oct 7, 2018

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

@mishra-tanay
Copy link
Author

No Bro

@rohit-mapakshi97
Copy link

rohit-mapakshi97 commented Oct 19, 2018

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants