pythonlessons / mltu

Machine Learning Training Utilities (for TensorFlow and PyTorch)
MIT License
160 stars 100 forks source link

Not Able to Download the Dataset #14

Open Manasa-N-2504 opened 1 year ago

Manasa-N-2504 commented 1 year ago

If I try downloading the dataset using the URL it shows Internal Server Error

dataset_path = stow.join('Datasets', 'IAM_Words') if not stow.exists(dataset_path): download_and_unzip('https://git.io/J0fjL', extract_to='Datasets')

file = tarfile.open(stow.join(dataset_path, "words.tgz"))
file.extractall(stow.join(dataset_path, "words"))

This segment of code also shows error

pythonlessons commented 1 year ago

error is know, link to download dataset doesn't work. Need to find a new link

Manasa-N-2504 commented 1 year ago

Sir if possible can you provide the new link sir

Charlieletscode commented 1 year ago

https://fki.tic.heia-fr.ch/databases/download-the-iam-handwriting-database This might be it

Shrishti120 commented 1 year ago

The formate of this dataset is different from the one which is used in the tutorial.