Jetson-based Human Tracking
a human tracking postprocessing program in Python
This Google Colab project involves the development of a realtime human tracking application on Nvidia Jetson. In a practical Jetson use case, it is crucial to have TensorRT support for the DL model. While SSD MobileNet v2 is commonly optimized for Jetson, my aim is to experiment with and assess the performance of CenterNet.
In the future, if deployment becomes necessary, I will explore methods to convert CenterNet to TensorRT for Jetson. The complete thought process and details can be found in my repository.
