Dustin Franklin

Results 721 comments of Dustin Franklin

Hi @shi093, what's the current version of your JetPack-L4T? You can check it with `cat /etc/nv_tegra_release` I would recommend pulling the latest jetson-inference from master, as that should help you...

> Also, I have Pytorch 1.7 installed on my Jetson Xavier, but jetson-inference docker has Pytorch version 1.6, is this a problem? Thanks again. That shouldn't be an issue or...

> root@desktop:/jetson-inference/python/training/detection/ssd# ls /usr/local/cuda/lib64 libcudadevrt.a libcudart_static.a stubs > > But all the required files are there on the host directory of /usr/local/cuda/lib64 OK, so you have files in `/usr/local/cuda/lib64` which...

Can you try uninstalling the nvidia-container runtime and re-installing? You should be able to find the relevant apt packages with `apt-cache search nvidia-container`

Use `sudo apt-get remove` to remove them (and specify the packages), then `sudo apt-get install` to install them again. If this still doesn't work, I'm afraid that I would recommend...

Can you try it from outside container? By building from source, as shown here: https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md

Thank you, sorry about that, it is an issue I am currently debugging with the containers.

@tkislan what would need to be done is to change over gstEncoder.cpp to using these nvv4l2-based encoder elements instead of the current omx-based elements: ``` nvvideo4linux2: nvv4l2vp9enc: V4L2 VP9 Encoder...

Hi @tkislan , as per [this suggestions](https://forums.developer.nvidia.com/t/degraded-h-264-encoding-quality-with-docker-and-openmax/112162/9?u=dusty_nv) from the forums, I am now mounting `/etc/enctune.conf` into the container (see https://github.com/dusty-nv/jetson-inference/commit/68867c5b5d82754daf2979b14cbc4454c3c93eac) Can you try pulling from master, or applying that same...