README.txt 280 B

123456789
  1. This directory contains sample data from scikit-image.
  2. By default, it only contains a small subset of the entire dataset.
  3. The full detaset can be downloaded by using the following commands from
  4. a python console.
  5. >>> from skimage.data import download_all
  6. >>> download_all()