Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 493 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 493 Bytes

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