Projekt_AI-Automatyczny_saper/venv/Lib/site-packages/skimage/data/README.txt
2021-06-01 17:38:31 +02:00

10 lines
280 B
Plaintext

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()