Vehicle-Anti-Theft-Face-Rec.../venv/Lib/site-packages/skimage/data
..
__pycache__
tests
__init__.py
_binary_blobs.py
_registry.py
astronaut.png
brick.png
camera.png
cell.png
chelsea.png
chessboard_GRAY.png
chessboard_RGB.png
clock_motion.png
coffee.png
coins.png
color.png
grass.png
gravel.png
horse.png
hubble_deep_field.jpg
ihc.png
lbpcascade_frontalface_opencv.xml
lfw_subset.npy
logo.png
microaneurysms.png
moon.png
motorcycle_disp.npz
motorcycle_left.png
motorcycle_right.png
page.png
phantom.png
README.txt
retina.jpg
rocket.jpg
setup.py
text.png

This directory contains sample data from scikit-image.

By default, it only contains a small subset of the entire dataset.

The full detaset can be downloaded by using the following commands from
a python console.

  >>> from skimage.data import download_all
  >>> download_all()