# DBNet.tensorRT **Repository Path**: andyFengce/DBNet.tensorRT ## Basic Information - **Project Name**: DBNet.tensorRT - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-16 - **Last Updated**: 2022-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DBNet.tensorRT: **note**: code based on [WenmuZhou/DBNet.pytorch](https://github.com/WenmuZhou/DBNet.pytorch) add support for TensorRT inference - [x] python - [x] C++ - [x] full_dims and dynamic shape ``` git clone https://github.com/zhangjinsong3/DBNet.tensorRT.git cd DBNet.tensorRT/deploy ``` ## Requirements * pytorch 1.4+ * torchvision 0.5+ * gcc 4.9+ * tensorRT 6.0.1.5+ * onnx-tensorrt 6.0+ * onnx 1.4.0+ * opencv 3.4.2+ ### Deploy - After train your own model, go to `depoly` and run it on tensorRT!