- Python 3.x installed (Preffered 3.7 or 3.8)
- pip (installed with Python by default)
- Git
- Clone project repository: https://github.com/navuyi/IO-Project-Car-Detection
git clone https://github.com/navuyi/IO-Project-Car-Detection - Download yolov4 weights from https://drive.google.com/file/d/1cewMfusmPjYWbrnuJRuKhPMwRe_b9PaT/view and copy it into 'IO-Project-Car-Detection' folder
- Enter project directory (IO-Project-Car-Detection)
cd IO-Project-Car-Detection - Virtual environment setup
python -m venv virenv - Type in command line (cmd):
.\virenv\Scripts\activate.bat - Install required packages
pip install -r requirements.txt - Execute program
python controller.py