/object-detection

Primary LanguageJupyter Notebook

Object Detection using YOLOv8 with Edge TPU Accelerator

This project is a demonstration of object detection using YOLOv8 with the Edge TPU accelerator.

Configuration

Prerequisites

Before you begin, make sure you have the following:

Virtual Environment

Create a virtual environment to isolate the dependencies for your project:

python -m venv myenv
source myenv/bin/activate   # For Linux/MacOS
myenv\Scripts\activate.bat  # For Windows

Installation

Install all the required dependencies using the following command:

pip install -r requirements.txt

Usage

Once the environment is set up and dependencies are installed, you can run the object detection example provided in inference.ipynb.

Resources