Skip to content

LightCOM-GGH/LightCOM-hardware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo for the embedded hardware

SETUP

setup the venv:

python3 -m venv env

activate venv on Windows:

env\Scripts\activate.bat

activate venv on Linux:

source env/bin/activate

install all the requirements:

pip install -r requirements.txt

YOLO stuff from here: https://lindevs.com/yolov4-object-detection-using-tensorflow-2/

Usage

Demo images from data/ folder

cd source
python demo.py

Run with the camera

cd source
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages