Skip to main content
U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Analytics Container Environment (ACE) Nano

The ACE Nano is a repository that contains the work done to integrate the Nvidia Nano IoT device into the ACE Framework.

It is set up in two components:

  • Jetson setup
  • the YOLO (You Only Look Once algorithm) (darknet) inference server

Jetson Setup

This contains the information needed to recreate the setup that was deployed on the Jetson Nano. It contains its own README.md which explains the setup process.

YOLO Object Detector using Common Objects in Context (COCO) Labels

This analytic integrates a YOLO object detector with ACE. This is done in a four-step process: registering the analytic, using ACE video frame handler to get video frames, YOLO to process video frame, and ACE video frame handler to return results. This example highlights the ease which ACE can integrate with analytics.

Contact

Created January 26, 2023