Powered by yolo-v4 and Deep sort
# 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
Note: It is a two-week project that is part of college requirements.