-
Notifications
You must be signed in to change notification settings - Fork 187
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
FileNotFound #49
Comments
Hi @axaygaid Could you try to replace to following cell:
to
and see if it solves your issue? |
Hi jonomon; thank's for the answer, it didn't work, same issue .. |
You should place Please let me know if this works. |
but what kind of data i have to put in the two txt file ? because i tried it before and the error was : EmptyDataError: No columns to parse from file So i have to put some data on it thank's ! |
You should download the files here http://www.fki.inf.unibe.ch/DBs/iamDB/tasks/largeWriterIndependentTextLineRecognitionTask.zip |
hey jonomon thank's for the help, it was helpful... now running : test_ds = IAMDataset("form_original", train=False) "works" but when i try to plot an image i have nothing, like nothing is read ? and when i try i simple : len(ds) to check if there is something in it and it returns just 0... i'm checkin on the source if something is missing in my setting but if someone has any idea... thank's a lot! |
Hi @axaygaid, It is hard for me to debug the issue without any information. |
Hi @jonomon A simple example is that when i run : ['.ipynb_checkpoints', i don't if it's clear now ? >< |
i download the different dataset (word, forms etc..) manually because i have a protection, i can't download directly big file such as IAMDataset, that's why the processing is not made i think but after the download, i extract every file and put in folder (all the .png of the form in form...) i thounght it could be enough that's the iamdataset folder ... maybe i have to preprocess by myself if it doesn't work ... i have the same problem, i mean that the pipeline doesn't recognize the different picture :/ Thank's if you have an idea,.. :) |
So you are not using the IAMDataset? This documentation provides information for it https://mxnet.apache.org/api/python/docs/tutorials/packages/gluon/data/datasets.html |
If anybody executed it on Google colab ,please sharethe edited iam_dataset.py it with me , [email protected] |
Please share the iam_dataset.py file with me. (to use in colab). [email protected] |
Hey @jonomon, first off, thanks a lot for this repo. There seems to be an issue in accessing the largeWriterIndependentTextLineRecognitionTask.zip file at http://www.fki.inf.unibe.ch/DBs/iamDB/tasks/largeWriterIndependentTextLineRecognitionTask.zip (E404) Could you update the latest link in the code/point us to the file so it can be downloaded manually? Thanks, |
Hi @sambbhavgarg Regards, |
Hello guys, i have i think a simple problem : when i launch test_iam_dataset i have this error :
FileNotFoundError: [Errno 2] File /home/roo/sf_workspace/Image Médecine douce/handwritting model/handwritting notebook/ocr/utils/../../dataset/iamdataset/subject/trainset.txt does not exist: '/home/roo/sf_workspace/Image Médecine douce/handwritting model/handwritting notebook/ocr/utils/../../dataset/iamdataset/subject/trainset.txt'
I don't know what kind of file is it
If someone has an idea, thank's a lot !
The text was updated successfully, but these errors were encountered: