/yolo-books

Implementation of YOLO Algorithm

Primary LanguagePython

YOLO

This is an implemenation of the YOLOv3 image detection algorithm. We are specificially using YOLOv3-320 from Darknet


Configuration

Filename: yolov3-320.cfg

Download: Here

Weights

Filename: yolov3.weights

Download: Here


Run

To run, download the above configuration and weights to the project directory. This env was built using Anaconda.

python main.py

Example output

Screenshot 2022-03-12 104524

Why is it called yolo-books? Well the goal is to expand upon this for doing a bunch of cool stuff around book detection, integrated title searching, view ratings, etc.