Deep Tracking Algorithms for Jetson tx1

Hi,

Which framework do you use? Is it PyTorch?
If yes, you can try to deploy it with the GPU directly.

https://pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html#creating-models

Thanks.