Mercurial > hg > nsaunier > traffic-intelligence
annotate python/requirements.txt @ 823:f6790357f53b
corrected bug for replay, replaying now from (potentially distorted) video
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Mon, 27 Jun 2016 16:19:06 -0400 |
| parents | 0ae57c76f19c |
| children | 0c1fed9e8862 |
| 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 |
|
4a8b6a2de82f
added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff
changeset
|
4 The following libraries are necessary for (sometimes very) specific classes/functions. |
|
4a8b6a2de82f
added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff
changeset
|
5 |
|
4a8b6a2de82f
added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff
changeset
|
6 CV functionalities (cvutils.py): opencv |
| 339 | 7 Image functionalities (cvutils.py): Python Image Library (new version is called Pillow) |
|
298
4a8b6a2de82f
added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff
changeset
|
8 Machine learning (ml.py): scipy |
|
4a8b6a2de82f
added requirements for Python code
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
diff
changeset
|
9 Moving object geometry (currently commented) (moving.py) and plotting shapely polygons (utils.py): shapely |
|
814
0ae57c76f19c
requirements.txt edited online with Bitbucket
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
339
diff
changeset
|
10 Tabular data loading/processing (storage.py): pandas |
