Mercurial > hg > nsaunier > traffic-intelligence
view python/tests/storage.txt @ 399:c389fae9689a
Added a class to read list of image instead of video. This is controlled by the use of the database-filename and folder-data parameters in the config file.
| author | Jean-Philippe Jodoin <jpjodoin@gmail.com> |
|---|---|
| date | Mon, 29 Jul 2013 17:12:45 -0400 |
| parents | dc1faa7287bd |
| children | bce1fe45d1b2 |
line wrap: on
line source
>>> from storage import * >>> loadPrototypeMatchIndexesFromSqlite("nonexistent") DB Error: no such table: prototypes [] >>> loadTrajectoriesFromSqlite("nonexistent", 'feature') DB Error: no such table: positions DB Error: no such table: velocities []
