# tensorrt-python **Repository Path**: luo_zhi_cheng/tensorrt-python ## Basic Information - **Project Name**: tensorrt-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-27 - **Last Updated**: 2024-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YOLO系列 TensorRT Python/C++ ## 支持 YOLOv7、YOLOv6、 YOLOX、 YOLOV5 ~Notice: **当前C++ demo 不支持端到端模型**~ ## 更新 - 2022.11.29 **解决不同模型输入尺寸不同导致的问题** - 2022.8.13 **重构仓库** - 2022.8.11 **端到端导出支持, 更简洁的端到端导出方法** - 2022.7.8 支持YOLOV7 - 2022.7.3 支持 TRT int8 post-training quantization ## 准备TensorRT环境 `Python` ``` pip install --upgrade setuptools pip --user pip install nvidia-pyindex pip install --upgrade nvidia-tensorrt pip install pycuda ``` `C++` [By Docker](https://github.com/NVIDIA/TensorRT/blob/main/docker/ubuntu-20.04.Dockerfile) ## 如何上手 ![image](https://user-images.githubusercontent.com/60921095/203555073-91606059-f3b6-49c2-b821-c3fa4c14ac42.png) ### Python 文件 `Examples.ipynb` 中提供了详细的Demo Jupyter Notebook ### C++ ~当前C++仅支持不包含NMS插件的模型~ [C++ Demo](cpp/README.MD)