Deep learning application on TX1

Hello,
I want to run the trained model on the TX1. I will classify the images from the camera in real time. How can I do that. I could not find any training on the internet.

There are some examples on this site. I should go directly through these source codes. Or are there other more effective ways?
Thank you!

Have a look at this page: https://developer.nvidia.com/embedded/twodaystoademo

Thank you Kangalow,

I’ve done all of the applications out there. Will we do the implementation of our new model with the help of this jetson-inference software?

Hi,

Jetson_inference is our sample to demonstrate how to run deep learning use case with tensorRT.
This topic can also give you some hint about how to replace detection model to yours:
[url]https://devtalk.nvidia.com/default/topic/993552/jetson-tx1/detection-result-difference-between-jetson-inference2-3-and-digits5-1/[/url]

Hi,
Thank you very much AastaLLL…