lvrh2018

Results 2 issues of lvrh2018

- 【系统平台】: Ubuntu 18.04 - 【硬件】: Jetson NX,jetpack4.6 CUDA 10.2 CUDNN 8.2 - 【编译语言】: C++ / Python(3.8) 按照https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/cn/build_and_install/jetson.md在Jetson NX上以源码方式编译安装fastDeploy,安装成功,但是在python中运行出错。 - 【编译命令】 - 先编译C++ git clone https://github.com/PaddlePaddle/FastDeploy.git cd FastDeploy mkdir build...

借鉴Nvidia DeepStream框架的思路,第一次生成TensorRT的engin文件,下次找到文件就直接打开使用,程序启动就快多了。现在每次启动都要生成一遍,等待时间太长。