Hi,
I can’t work with the .engine file produced for older rtr 8.5.5.2 created with mmdeploy
I upgraded to jetpack 6.2 and now i cant work and cant transform it to a fitted .engine file..
now im at 10.3.0.30 trt and cuda 12.5
what versions of pytorch, mmdeplot, mmcv and all other i need
and how do i install all of them because there are very problematic
thanks,
the mmdeploy has lots of mismatches lik in trt_bached_nms.cpp files having int instead of int64 (fit to trt10) do you have someone who already patched all of these files?
Hi,
Based on their document, they need TensorRT 8 to work:
# TensorRT Support
## Installation
### Install TensorRT
Please install TensorRT 8 follow [install-guide](https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html#installing).
**Note**:
- `pip Wheel File Installation` is not supported yet in this repo.
- We strongly suggest you install TensorRT through [tar file](https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html#installing-tar)
- After installation, you'd better add TensorRT environment variables to bashrc by:
```bash
cd ${TENSORRT_DIR} # To TensorRT root directory
echo '# set env for TensorRT' >> ~/.bashrc
echo "export TENSORRT_DIR=${TENSORRT_DIR}" >> ~/.bashrc
This file has been truncated. show original
You can check with with MMDeploy team to see if they are going to support TensorRT 10.
Thanks.
do you thing TensorRT 8 can be installed on a jetson 6.2 ( super mode)
Hi,
Due to GPU driver dependencies, it might not work if installed natively.
If you want to try, you can test it with the JetPack 6.0 container:
Hi,
You can do it with the docker container.
For example:
$ apt show nvidia-jetpack
Package: nvidia-jetpack
Version: 6.2+b77
Priority: standard
Section: metapackages
Source: nvidia-jetpack (6.2)
Maintainer: NVIDIA Corporation
Installed-Size: 199 kB
Depends: nvidia-jetpack-runtime (= 6.2+b77), nvidia-jetpack-dev (= 6.2+b77)
Homepage: http://developer.nvidia.com/jetson
Download-Size: 29.3 kB
APT-Sources: https://repo.download.nvidia.com/jetson/common r36.4/main arm64 Packages
Description: NVIDI…
Thanks.
ok, but here you just open a 6.2 jetpack fit docker.. and dont solve the problem of the mmdeploy right?
Hi,
The container uses JetPack 6.0 which has TensorRT 8.6.
If mmdeploy can work on TensorRT 8, it should be able to work on that container.
Thanks.