Detecting Bumps on Road Surfaces using an object detection model trained using the TF Object Detection API and inferenced on Jetson Nano Using TensorRT.
https://www.youtube.com/watch?v=kqT52hL7pLM&feature=youtu.be
- This is where we trained the model on COLAB using the TensorFlow object detection API.
- This is where we convert the frozen TensorFlow graph to a TensorRT accelerated model.
- This is where we use the model during the inference operation (final deployment).
- This file uses the helper_functions.py file