Master 2 Project
pip install numpy
This project used the data base VeRi from https://github.com/VehicleReId/VeRidataset . The folder goes in /data/VeRi_with_plate
git clone https://github.com/SylvainDeker/Vehicle-ReIdentification.git
cd Vehicle-ReIdentification
python GUI/vraiUi.py
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.
pip install keras
pip install tensorflow
pip install tqdm