keras-rcnn icon indicating copy to clipboard operation
keras-rcnn copied to clipboard

Not able to download nuclei dataset

Open AshStuff opened this issue 6 years ago • 0 comments

When i try to load nuclei data it says this

>>> nuclei.load_data()
Downloading data from http://keras-rcnn.storage.googleapis.com/nuclei.tar.gz
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "keras_rcnn/datasets/nuclei.py", line 12, in load_data
    return keras_rcnn.datasets.load_data("nuclei")
  File "keras_rcnn/datasets/__init__.py", line 15, in load_data
    untar=True
  File "/home/ashwin/anaconda2/lib/python2.7/site-packages/keras/utils/data_utils.py", line 223, in get_file
    raise Exception(error_msg.format(origin, e.errno, e.reason))
Exception: URL fetch failure on http://keras-rcnn.storage.googleapis.com/nuclei.tar.gz: None -- Forbidden

AshStuff avatar Feb 10 '18 18:02 AshStuff