annotate python/requirements.txt @ 962:64259b9885bf

verbose option to print classification information (more to add)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 06 Nov 2017 21:25:41 -0500
parents 0c1fed9e8862
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
298
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
1 matplotlib
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
2 numpy
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
3
894
0c1fed9e8862 updated requirements.txt, removed minor PIL dependency
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 814
diff changeset
4 The following libraries are optional. They are necessary for (sometimes very) specific classes/functions.
298
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
5
894
0c1fed9e8862 updated requirements.txt, removed minor PIL dependency
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 814
diff changeset
6 Computer Vision (cvutils.py): opencv, scikit-image
0c1fed9e8862 updated requirements.txt, removed minor PIL dependency
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 814
diff changeset
7 Statistics and machine learning (ml.py): scipy, scikit-learn
298
4a8b6a2de82f added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff changeset
8 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely
894
0c1fed9e8862 updated requirements.txt, removed minor PIL dependency
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents: 814
diff changeset
9 Tabular data loading/processing (storage.py): pandas