#
tensorrt
Here are 327 public repositories matching this topic...
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
machine-learning
embedded
caffe
computer-vision
deep-learning
robotics
inference
nvidia
digits
image-recognition
segmentation
object-detection
jetson-tx1
jetson
tensorrt
jetson-tx2
video-analytics
jetson-xavier
jetson-nano
jetson-xavier-nx
-
Updated
Nov 18, 2021 - C++
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
-
Updated
Dec 22, 2021 - C++
4
b51ak47
commented
May 27, 2021
请问可以直接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
pytorch
pruning
convolutional-networks
quantization
xnor-net
tensorrt
model-compression
bnn
neuromorphic-computing
group-convolution
onnx
network-in-network
tensorrt-int8-python
dorefa
twn
network-slimming
integer-arithmetic-only
quantization-aware-training
post-training-quantization
batch-normalization-fuse
-
Updated
Oct 6, 2021 - Python
Deep learning gateway on Raspberry Pi and other edge devices
mqtt
raspberry-pi
iot
deep-learning
tensorflow
tensorrt
edge-computing
edge-devices
aiot
openvino
edge-ai
-
Updated
Mar 23, 2021 - Python
TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
-
Updated
Dec 16, 2021 - Python
narendasan
commented
Apr 23, 2021
We can probably move RemoveContiguous to RemoveNOP:
Library for Fast and Flexible Human Pose Estimation
computer-vision
tensorflow
neural-networks
tensorlayer
pose-estimation
tensorrt
mobilenet
openpose
distributed-training
-
Updated
Nov 13, 2021 - Python
Add bisenetv2. My implementation of BiSeNet
-
Updated
Nov 25, 2021 - Python
21
ChaucerG
commented
Oct 20, 2021
is:issue is:open 请问,方便提供一下onnx文件导出的代码文件吗?用model文件夹里面跟随的文件输出结果用ncnn推理结果不对
Fast and accurate object detection with end-to-end GPU optimization
-
Updated
Sep 29, 2021 - Python
High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
real-time
computer-vision
deep-learning
ssd
object-detection
multi-object-tracking
jetson
lucas-kanade
people-counter
tensorrt
edge-computing
video-analysis
reid
yolov3
deep-sort
yolov4
scaledyolov4
-
Updated
Nov 25, 2021 - Python
YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931)
-
Updated
Dec 23, 2021 - Python
Real-time pose estimation accelerated with NVIDIA TensorRT
real-time
pytorch
human-pose-estimation
pretrained-models
jetson
live-demo
tensorrt
human-pose
jetson-xavier
jetson-nano
torch2trt
-
Updated
Jun 24, 2021 - Python
TensorFlow models accelerated with NVIDIA TensorRT
neural-network
tensorflow
models
realtime
inference
optimize
nvidia
image-classification
object-detection
train
tx1
jetson
tensorrt
tx2
-
Updated
Feb 14, 2021 - Python
C++ library based on tensorrt integration
-
Updated
Dec 15, 2021 - C++
A simple, efficient, easy-to-use Nvidia TensorRT wrapper, support c++ and python.
-
Updated
Dec 18, 2021 - C++
This repo is implemented based on detectron2 and centernet
-
Updated
Dec 31, 2020 - Python
Adlik: Toolkit for Accelerating Deep Learning Inference
deep-learning
compiler
inference
docker-images
tensorflow-serving
tensorrt
inference-engine
openvino
model-optimizer
-
Updated
Dec 23, 2021 - C++
A library for high performance deep learning inference on NVIDIA GPUs.
deep-learning
neural-network
tensorflow
gpu
cuda
keras
inference
pytorch
forward
tensorrt
inference-engine
onnx
-
Updated
Nov 30, 2021 - C++
[ICLR 2020] "FasterSeg: Searching for Faster Real-time Semantic Segmentation" by Wuyang Chen, Xinyu Gong, Xianming Liu, Qian Zhang, Yuan Li, Zhangyang Wang
-
Updated
Dec 29, 2021 - Python
convert mmdetection model to tensorrt, support fp16, int8, batch input, dynamic shape etc.
-
Updated
Dec 28, 2021 - 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