Skip to content

davidlarcher/YOLO

Repository files navigation

YOLO

YOLO algorithm for computer vision

1 - install git-lfs on that device (per local repository) because it contains a large pre-trained model

git lfs install

2 - Clone this repository

git clone link

3- create a virtualenv

virtualenv env

4 - activate the env:

source env/bin/activate

5 - install the required packages

pip install -r requirements.txt

6 - run the python file

python3 car-detection.py

About

YOLO algorithm for computer vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published