This project uses multiple image data sources of vehicles that are parked in a parking slot. The goal of the project is to automate the detection of vehicle in a parking slot given an image.
-> Anaconda 3.6.5 or higher
-> git
-> Visual Studio (for C++ tools)
-> PyCharm
python -m venv vehicle-detection-dl-virtenv
vehicle-detection-dl-virtenv\Scripts\activate.bat
python -m pip install --upgrade pip
pip install -r vehicle-detection-dl/requirements.txt
ipython kernel install --user --name=vehicle-detection-dl-virtenv
git clone https://github.com/ankit2saxena/vehicle-detection-dl.git
deactivate
jupyter notebook
run notebooks/01_download_data.ipynb
run notebooks/02_build_model.ipynb