NVIDIA-AI-IOT / jetson-cloudnative-demo

Multi-container demo for Jetson Xavier NX and Jetson AGX Xavier
MIT License
187 stars 45 forks source link

More information on containers #3

Closed ysiegel29 closed 4 years ago

ysiegel29 commented 4 years ago

Hello, This demo is impressive and I would like to better understand whether I should base my project on containers? Can someone kindly direct me to ressources on this topic? Also the container provided by nvidia are for demo purpose only right? They can’t be tailored to a specific project. Thank you!

jaybdub commented 4 years ago

Hi ysiegel29,

Thanks for reaching out!

Using containers may be a good way to package your application.

@suhash-gitlab has a webinar hosted here which covers this topic

https://developer.nvidia.com/gtc/2020/video/s22707-vid

I also recommend checking out the following NGC containers as a starting point for your projects.

The second container is the base for the pose and gaze containers in this project. You could extend these for your application in a similar way.

Please let me know if this helps or you run into any issues.

Best, John

ysiegel29 commented 4 years ago

Thanks, Will check this out. Thanks