Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in collision avoidance demo #609

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/collision_avoidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ JetBot safe! We'll teach JetBot to detect two scenarios ``free`` and ``blocked`
1. Connect to your robot by navigating to ``https://<jetbot_ip_address>:8888``
2. Sign in with the default password jetbot
3. Shutdown all other running notebooks by selecting Kernel -> Shutdown All Kernels...
4. Navigate to ``~/Notebooks/road_following``
4. Navigate to ``~/Notebooks/collision_avoidance``
5. Open and follow the [``live_demo_resnet18_build_trt.ipynb``](https://github.com/NVIDIA-AI-IOT/jetbot/blob/master/notebooks/collision_avoidance/live_demo_resnet18_build_trt.ipynb) notebook to optimize the model with TensorRT

#### Step 4 - Run live demo on JetBot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"source": [
"## Next\n",
"\n",
"Open live_demo_resnet18_build_trt.ipynb to move JetBot with the TensorRT optimized model."
"Open live_demo_resnet18_trt.ipynb to move JetBot with the TensorRT optimized model."
]
},
{
Expand Down