Skip to content

Files

Latest commit

author
dujw
Jul 24, 2022
443c840 · Jul 24, 2022

History

History
This branch is up to date with jinmin527/learning-cuda-trt:main.

tensorrt-integrate-1.25-pybind11

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022
Jul 24, 2022

使用

  1. 导出模型bash export-yolov5-6.0.sh
  2. 运行并测试make run -j6

若要单独测试demo.py

  1. 设置环境,执行:source trtpy env-source --print
  2. 然后cd workspace后再执行python demo.py即可