awslabs / handwritten-text-recognition-for-apache-mxnet

This repository lets you train neural networks models for performing end-to-end full-page handwriting recognition using the Apache MXNet deep learning frameworks on the IAM Dataset.
Apache License 2.0
481 stars 189 forks source link

fix(iam-dataset): download is broken #60

Closed jb-delafosse closed 3 years ago

jb-delafosse commented 3 years ago

Many urls changed. The Auth method changed aswell

Issue #, if available: Fix #52 and #58

Description of changes: URL changed to access the dataset. The basic auth scheme seems to be off aswell. I had to use a requests session to get the cookie right.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.