-
Notifications
You must be signed in to change notification settings - Fork 140
MacOS High Sierra (10.13) through Catalina (10.15)
Peter Leonard edited this page Oct 15, 2020
·
1 revision
-
Install anaconda.
-
Create a new environment for pixplot, specifying a Python 3.7 interpreter:
conda create --name pixplot python=3.7
conda activate pixplot
- Install
pixplot
and supporting packages:
pip install pixplot
pip install image_datasets
(a helper utility to easily grab pixplot-ready datasets)
- Get a sample dataset:
python
import image_datasets
image_datasets.oslomini.download()
(now exit python)
- Test the installation:
time pixplot --images="datasets/oslomini/images/*.jpg" --metadata="datasets/oslomini/metadata/metadata.csv" --shuffle