Reidentify persons with Kinect
- mongoDB
- mongoDB driver
Run following command in NuGet Package Manager console
Install-Package MongoDB.Driver
- create Folder
repofolder/ReIdentificator/data/db
- start mongoDb
path/to/mongod.exe --dbpath path/to/repofolder/ReIdentificator/data/db
- Run application