The Hello AI World github site by @dusty-nv has not been updated for some time. Is the Hello AI World tutorial compatible with the JetPack 6.0 Production version, and is “building the project from source” still an option? I prefer compiling from source over Docker containers, at least for fundamental Inferencing (image classification, object detection, segmentation, etc.).
Hi @xplanescientist, it still builds outside of docker on JetPack 6.0 R36.2 / R36.3 the same way -and if you were to need them, there are the container images for JetPack 6 as well: https://hub.docker.com/r/dustynv/jetson-inference/tags
I updated the docs to reflect JP6 GA though, thanks. Since jetson-inference / jetson-utils is C++ runtime and my newer stuff is nearly all Python, I put that elsewhere. I still use it in other projects and containers though.
Good news. I successfully installed the Hello AI World project from source. The installation went very smoothly with the new Jetpack 6.0 Production release (PR). The previous 6.0 Development Preview was very difficult. The new 6.0 PR is great.
I prefer building from source over dockers for speed and memory efficiency. But I do have separate SD cards for the docker approach.
Thank you.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.