From e3703431309d23f64b0712daab49914f6afbce91 Mon Sep 17 00:00:00 2001 From: Hemal Shah <77975110+hemalshahNV@users.noreply.github.com> Date: Fri, 24 Jun 2022 14:04:51 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2acf9f4..b361177 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ The `Train and Optimize` tookit from NVIDIA has all the tools you need to prepar ### Training object detection in simulation -If you wish to generate training data from simulation using 3D models of the object classes you would like to detect, consider following the tutorial [Training Object detection from Simulation](https://docs.nvidia.com/isaac/isaac/doc/tutorials/training_in_docker.html). +If you wish to generate training data from simulation using 3D models of the object classes you would like to detect, consider following the tutorial [Training Object detection from Simulation](https://docs.nvidia.com/isaac/doc/tutorials/training_in_docker.html). The tutorial will use simulation to create a dataset that can then be used to train a `DetectNet_v2` based model. It's an easy to use tool with full access to customize training parameters in a Jupyter notebook.