ardianumam / Tensorflow-TensorRTLinks
This repository is for my YT video series about optimizing a Tensorflow deep learning model using TensorRT. We demonstrate optimizing LeNet-like model and YOLOv3 model, and get 3.7x and 1.5x faster for the former and the latter, respectively, compared to the original models.
☆301Updated 5 years ago
Alternatives and similar repositories for Tensorflow-TensorRT
Users that are interested in Tensorflow-TensorRT are comparing it to the libraries listed below
Sorting:
- TensorFlow models accelerated with NVIDIA TensorRT☆687Updated 4 years ago
- Darknet Weights to TensorFlow☆218Updated 2 years ago
- TensorFlow object detection models accelerated with NVIDIA TensorRT (TF-TRT)☆129Updated 4 years ago
- TensorRT for Yolov3☆486Updated 2 years ago
- I transfer the backend of yolov3 into Mobilenetv1,VGG16,ResNet101 and ResNeXt101☆563Updated 2 years ago
- Accelerate mobileNet-ssd with tensorRT☆186Updated 6 years ago
- yolov3 with mobilenetv2 and efficientnet☆294Updated 2 years ago
- Image classification with NVIDIA TensorRT from TensorFlow models.☆457Updated 4 years ago
- YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO☆539Updated 3 years ago
- Tiny yolov3 tensorflow☆55Updated 5 years ago
- Python sample for referencing object detection model with TensorRT☆140Updated 3 years ago
- Light version of convolutional neural network Yolo v3 & v2 for objects detection with a minimum of dependencies (INT8-inference, BIT1-XNO…☆306Updated 5 years ago
- YOLOv3 and YOLOv3-Tiny Implementation for Real-Time Object Detection☆42Updated 3 years ago
- The implementation of YOLO v2 with TensorFlow☆79Updated 6 years ago
- ☆79Updated 6 years ago
- A Keras implementation of CenterNet with pre-trained model (unofficial)☆337Updated 3 years ago
- BetterNetWork4SSD☆144Updated 5 years ago
- yolov3 network slimming剪枝的一种实现☆344Updated 6 years ago
- Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)☆887Updated 2 years ago
- Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.☆451Updated 6 years ago
- Use TensorRT API to implement Caffe-SSD, SSD(channel pruning), Mobilenet-SSD☆249Updated 6 years ago
- State-of-the-art Single Shot MultiBox Detector in Pure TensorFlow, QQ Group: 758790869☆324Updated 6 years ago
- ☆138Updated 5 years ago
- A Keras implementation of MobileNetV2.☆328Updated 6 years ago
- Scripts to convert datasets (Caltech pedestrian, MS COCO, HDA) to PASCAL VOC format☆193Updated 3 years ago
- Re-implement YOLOv3 with TensorFlow☆1Updated 3 years ago
- CenterNet (Objects as Points) implementation in Keras and Tensorflow☆182Updated last year
- partial residual networks