#
tensorrt
Here are 112 public repositories matching this topic...
xiaocenxiaocen
commented
Sep 29, 2019
It seems trt6.0.1.5 has involved the restriction. In trt5.1.5.0, the ExecutionContext can be destroyed after its corresponding ICudaEngine.
Deep learning gateway on Raspberry Pi and other edge devices
-
Updated
Apr 12, 2020 - Python
ma-siddiqui
commented
Apr 18, 2020
Hi NVIDIA Team,
To make this project successful, I would like to suggest to add few things. I would love to assist on this.
- Complete technical installation steps to add more values
- Details of all pre-requisites, to build this project successfully.
- Overall technical background, design and architecture. Just like we provide a technical guide and documentation for other software engine
High-Performance and Flexible Pose Estimation Framework using TensorFlow, TensorRT and Magic Tricks
deep-neural-networks
computer-vision
deep-learning
tensorflow
gpu
vgg
tensorflow-tutorials
jetson-tx1
tensorlayer
vgg19
affine-transformation
pose-estimation
tensorrt
jetson-tx2
mobilenet
openpose
distributed-training
horovod
-
Updated
May 22, 2020 - 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
Nov 22, 2019 - Python
Fast and accurate object detection with end-to-end GPU optimization
-
Updated
May 18, 2020 - Python
Image classification with NVIDIA TensorRT from TensorFlow models.
-
Updated
Jan 22, 2019 - Python
Bonnet: An Open-Source Training and Deployment Framework for Semantic Segmentation in Robotics.
-
Updated
Jan 28, 2020 - 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
Apr 8, 2020 - Python
YOLOv4, YOLOv3, YOLO-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
-
Updated
May 25, 2020 - Python
Implementation of popular deep learning networks with TensorRT network definition APIs
vgg
lenet
resnet
alexnet
squeezenet
inceptionv3
googlenet
resnext
tensorrt
senet
mobilenetv2
yolov3
seresnet
shufflenetv2
mnasnet
retinaface
mobilenetv3
yolov3-spp
yolov4
-
Updated
May 22, 2020 - C++
Explore the Capabilities of the TensorRT Platform
-
Updated
Apr 28, 2020 - C++
Open
Build instructions
1
ajay443
commented
Oct 11, 2019
Please provide some build instructions on Ubuntu 18.04.
- pre-requirements.
- Additional setup instructions to successfully run on NVIDIA GPU Ubuntu 18.04 machine
Deep Learning Benchmarking Suite
-
Updated
May 2, 2020 - Python
reference tensorflow code for named entity tagging
cpp
tensorflow
crf
cnn
transformer
highway
ner
bert
tensorrt
qrnn
bilstm
elmo
lstmblockfusedcell
softmax-mask
frozen-model
conll2003
-
Updated
May 5, 2020 - Python
Optimized inference engine for OpenNMT models
deep-neural-networks
cpp
openmp
cuda
neural-machine-translation
opennmt
quantization
cudnn
mkl
thrust
tensorrt
-
Updated
May 22, 2020 - C++
Fast Object Detector for the Jetson Nano
-
Updated
Aug 30, 2019 - Python
darknet -> tensorrt. TensorRT yoloV23 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.
-
Updated
May 21, 2020 - C++
You can import this module directly
-
Updated
Apr 19, 2019 - Python
Convert pointpillars Pytorch Model To ONNX for TensorRT Inference
-
Updated
Apr 14, 2020 - Python
Example of loading a Keras model into TensorRT C++ API
-
Updated
Nov 1, 2018 - Jupyter Notebook
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."
When attempting to download cityscapes_2048x1024 I got:
./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not foundIt looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512todownload_fcn_resnet18_cityscapes_2048x1024Thanks for the amazing repo!