dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.74k stars 2.97k forks source link

Wrong data and working directory #1860

Open JvnB opened 3 months ago

JvnB commented 3 months ago

Hi,

im following along using the Docker container

In image dustynv/jetson-inference:r36.3.0 I'm finding I'm having to change the Dockerfile to:

DOCKER_ROOT="/opt/jetson-inference"

If not the /jetson-inference folder will still be in the container, but that is because of the data volume. The build results are in "/opt/jetson-inference".

Without this correction also the outcome of the imagenet scripts wont be in the data volume so you cant view the results outside the container.

dusty-nv commented 3 months ago

Thanks @JvnB, hopefully this is resolved with https://github.com/dusty-nv/jetson-inference/issues/1865#issuecomment-2181259842

JoostdeK commented 3 months ago

Cool, I'll try it later. I'm @JvnB with another account ;)