SCOPE Santos-Volpe '24-25
- Python 3.12
- pip
- virtualenv
- Clone the repo
git clone git@github.com:olincollege/night-light.git
- Create a virtual environment
python -m venv venv
- Activate the virtual environment
source venv/bin/activate
MacOS/Linux or .\venv\Scripts\activate
for Windows
- Install the required packages
pip install -r requirements.txt
Download the YOLOv8 model from the following link: YOLOv8. Place the model in the root directory.
Create a .env
file in the root directory and add the following environment variables:
IMAGE_PATH="path/to/image"
python pedestrian_detection.py