Skip to content

A basic example of using Akida with a camera feed running YOLO to identify people and cars within frame.

License

Notifications You must be signed in to change notification settings

stdp/akida-yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning how to use Akida with a Camera Feed running YOLO

A basic example of using Akida with a camera feed running YOLO to identify people and cars within frame.

Setting up the Akida development evironment

  1. Go to https://www.anaconda.com/download/ and download installer
  2. Install anaconda bash Anaconda-latest-Linux-x86_64.sh
  3. Create conda environment conda create --name akida_env python=3.7
  4. Activate conda environement conda activate akida_env
  5. Install python dependencies pip install -r requirements.txt

Running and using the example

  1. run python3 akida_yolo.py

Read More

Read all the documentation at https://doc.brainchipinc.com

About

A basic example of using Akida with a camera feed running YOLO to identify people and cars within frame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages