ibm-aur-nlp / PubLayNet

Other
900 stars 165 forks source link

Problem with example.tar.gz. #21

Closed prameshbajra closed 4 years ago

prameshbajra commented 4 years ago

The link mentioned in the notebook downloads a broken/corrupted file.

fname = 'examples.tar.gz'
url = 'http://s3.us-south.cloud-object-storage.appdomain.cloud/dax-assets-dev/dax-publaynet/1.0.0/' + fname
r = requests.get(url)
open(fname , 'wb').write(r.content)
prameshbajra commented 4 years ago

This link should work fine, I guess: https://dax.cdn.appdomain.cloud/dax-publaynet/1.0.0/examples.tar.gz

Feel free to close the issue.

zhxgj commented 4 years ago

@prameshbajra Thanks. We migrated the data to a new place, but forgot to modify the link in the notebook. Sorry about that. I will fix it now.

dwalton76 commented 4 years ago

@zhxgj the https://dax.cdn.appdomain.cloud/dax-publaynet/1.0.0/examples.tar.gz link no longer works. Is there a new location for this file?

dwalton76 commented 4 years ago

Figured it out...should be https://dax-cdn.cdn.appdomain.cloud/dax-publaynet/1.0.0/examples.tar.gz