tensorrt
Here are 350 public repositories matching this topic...
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
-
Updated
Mar 10, 2022 - C++
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
-
Updated
Mar 30, 2022 - C++
PyTorch ,ONNX and TensorRT implementation of YOLOv4
-
Updated
Mar 12, 2022 - Python
请问可以直接training tmfile出来吗? 因为tengine-convert-tool covert 会有error
tengine-lite library version: 1.4-dev
Get input tensor failed

或是有例子能training出下面tmfile 呢?
, High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
-
Updated
Oct 6, 2021 - Python
Deep learning gateway on Raspberry Pi and other edge devices
-
Updated
Feb 11, 2022 - Python
TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
-
Updated
Mar 29, 2022 - Python
Describe the solution you'd like
Improve this error to provide both the found hardware and the expected hardware
No compatible device was found for instantiating TensorRT **engine**
Library for Fast and Flexible Human Pose Estimation
-
Updated
Feb 9, 2022 - Python
YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931)
-
Updated
Mar 22, 2022 - Python
Add bisenetv2. My implementation of BiSeNet
-
Updated
Nov 25, 2021 - Python
Auto-Installer is currently not supported on Windows platforms. TVM and TensorRT in particular would need special care.
is:issue is:open 请问,方便提供一下onnx文件导出的代码文件吗?用model文件夹里面跟随的文件输出结果用ncnn推理结果不对
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT
-
Updated
Jan 22, 2022 - Python
Fast and accurate object detection with end-to-end GPU optimization
-
Updated
Sep 29, 2021 - Python
C++ library based on tensorrt integration
-
Updated
Mar 13, 2022 - C++
-
Updated
Mar 25, 2022 - Python
OpenMMLab Model Deployment Framework
-
Updated
Mar 31, 2022 - C++
Real-time pose estimation accelerated with NVIDIA TensorRT
-
Updated
Jun 24, 2021 - Python
TensorFlow models accelerated with NVIDIA TensorRT
-
Updated
Feb 14, 2021 - Python
Deploy your model with TensorRT quickly. 快速使用TensorRT来部署模型
-
Updated
Mar 16, 2022 - C++
This repo is implemented based on detectron2 and centernet
-
Updated
Dec 31, 2020 - Python
Adlik: Toolkit for Accelerating Deep Learning Inference
-
Updated
Mar 29, 2022 - C++
convert mmdetection model to tensorrt, support fp16, int8, batch input, dynamic shape etc.
-
Updated
Feb 20, 2022 - Python
Improve this page
Add a description, image, and links to the tensorrt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensorrt topic, visit your repo's landing page and select "manage topics."


我发现很多人在使用voc格式的数据集时,和我遇到了同样的问题,训练时AP一直为0,
今早,仔细检查后,我也找到了真正的原因,主要是数据加载的地方出现了问题,还是我们自己太不仔细了
解决流程思路: 解决YOLOX训练时AP为0