Skip to content
/ OCTO Public

It counts and classify objects in a video and saves the results to a csv file.

License

Notifications You must be signed in to change notification settings

aj-tap/OCTO

Repository files navigation

OCTO_BOT (Object Counting Traffic Bot)

Powered by yolo-v4 and Deep sort


Installation

# Clone this repository 
git clone https://github.com/aj-tap/OCTO
# Download yolov3/v4 weights 
wget https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights
# Create a virtual environment 
python3 -m venv env 
# Activate virtual environment 
source env/bin/activate
# Install lib 
pip install -r requirements.txt
# launch the app 
python main.py 

App Demo


Note: It is a two-week project that is part of college requirements.

Credits