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

i am issue in dieses detection #21

Open
satyajitdipu opened this issue Apr 6, 2023 · 2 comments
Open

i am issue in dieses detection #21

satyajitdipu opened this issue Apr 6, 2023 · 2 comments

Comments

@satyajitdipu
Copy link

satyajitdipu commented Apr 6, 2023

i am facing issue in dieses detection in analysis

  1. ![Screenshot #@
    data_dir = "../input/new-plant-diseases-dataset/New Plant Diseases Dataset(Augmented)/New Plant Diseases Dataset(Augmented)"
    train_dir = data_dir + "/train"
    valid_dir = data_dir + "/valid"
    diseases = os.listdir(train_dir)

error is

FileNotFoundError: [WinError 3] The system cannot find the path specified: '../input/new-plant-diseases-dataset/New Plant Diseases Dataset(Augmented)/New Plant Diseases Dataset(Augmented)/train'

@satyajitdipu
Copy link
Author

data_dir = "../input/new-plant-diseases-dataset/New Plant Diseases Dataset(Augmented)/New Plant Diseases Dataset(Augmented)"
train_dir = data_dir + "/train"
valid_dir = data_dir + "/valid"
diseases = os.listdir(train_dir)

error is

FileNotFoundError: [WinError 3] The system cannot find the path specified: '../input/new-plant-diseases-dataset/New Plant Diseases Dataset(Augmented)/New Plant Diseases Dataset(Augmented)/train'

@aditya2482
Copy link

Provide a full path to the folders via - ctrl + left click - copy as path and paste.

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

2 participants