Tutorial for DNN Object Detection with Isaac Sim
Overview
This tutorial walks you through a pipeline for object(people) detection using DetectNet consuming images from Isaac Sim.
Tutorial Walkthrough
Complete the quickstart here.
Launch the Docker container using the
run_dev.sh
script:cd ${ISAAC_ROS_WS}/src/isaac_ros_common && \ ./scripts/run_dev.sh
Run the setup script to download the PeopleNet Model from NVIDIA GPU Cloud(NGC) and convert it to a
.etlt
fileros2 run isaac_ros_detectnet setup_model.sh --height 720 --width 1280 --config-file isaac_sim_config.pbtxt
Launch the pre-composed pipeline launch file:
ros2 launch isaac_ros_detectnet isaac_ros_detectnet_isaac_sim.launch.py
Install and launch Isaac Sim following the steps in the Isaac ROS Isaac Sim Setup Guide
Press Play to start publishing data from the Isaac Sim.
You should see the image from Isaac Sim with the rectangles overlaid over detected people in the frame.