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

Problem while training #20

Open
chakrabortyrajatsubhra opened this issue Aug 9, 2020 · 1 comment
Open

Problem while training #20

chakrabortyrajatsubhra opened this issue Aug 9, 2020 · 1 comment

Comments

@chakrabortyrajatsubhra
Copy link

[WinError 3] The system cannot find the path specified: 'icdar15/ch4_training_images' this is the error I am getting every time,I placed ch4_training_images and gt images under icdar15 dataset folder. How will I arrange the dataset?Thank you in advance.

@Wovchena
Copy link
Owner

Wovchena commented Aug 9, 2020

Try checking a line of code where the error happens. Most probably this is

for dirEntry in os.scandir(os.path.join(root, 'ch4_training_images')):

That would mean that scandir() can't find your ch4_training_images.

There is no much special about dataset arrangement. Just follow what ICDAR2015 class does.

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