Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 822 Bytes

README.md

File metadata and controls

41 lines (36 loc) · 822 Bytes

Vehicle-ReIdentification

Master 2 Project

Required

pip install numpy

This project used the data base VeRi from https://github.com/VehicleReId/VeRidataset . The folder goes in /data/VeRi_with_plate

Run

git clone https://github.com/SylvainDeker/Vehicle-ReIdentification.git
cd Vehicle-ReIdentification
python GUI/vraiUi.py

BOW-SIFT

pip install opencv-python==3.4.2.16
pip install opencv-contrib-python==3.4.2.16
pip install pandas
pip install scipy
pip install sklearn
pip install pickle

Reboot the machine

Note : the sift algorithm is not free to use. It is necessary to use an earlier version of the opencv library (here : 3.4.2.16) than the current one. We use the 2.7.17 version of python.

Google Net

pip install keras
pip install tensorflow
pip install tqdm