Skip to content

Live Object Detection

This is an example to demonstrate how to use DJL for live object detection from web camera.

Setup

To configure your development environment, follow setup.

Build the project and run

Use the following command to run the project:

cd live-object-detection

# Linux/macOS/Windows gitbash:
./gradlew run

# Windows command prompty:
..\gradlew run