All Projects → zerollzeng → tensorrt-zoo

zerollzeng / tensorrt-zoo

Licence: other
openpose, yolov3 with tiny-tensorrt

Programming Languages

Cuda
1817 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects

Labels

Projects that are alternatives of or similar to tensorrt-zoo

nanodet tensorrt int8
nanodet int8 量化,实测推理2ms一帧!
Stars: ✭ 37 (-55.95%)
Mutual labels:  tensorrt
deepvac
PyTorch Project Specification.
Stars: ✭ 507 (+503.57%)
Mutual labels:  tensorrt
yolov5 tensorrt int8
TensorRT int8 量化部署 yolov5s 模型,实测3.3ms一帧!
Stars: ✭ 112 (+33.33%)
Mutual labels:  tensorrt
trt pose hand
Real-time hand pose estimation and gesture classification using TensorRT
Stars: ✭ 137 (+63.1%)
Mutual labels:  tensorrt
yolov5 tensorrt
This is the implementation that supports yolov5s, yolov5m, yolov5l, yolov5x.
Stars: ✭ 32 (-61.9%)
Mutual labels:  tensorrt
ros-yolo-sort
YOLO v3, v4, v5, v6, v7 + SORT tracking + ROS platform. Supporting: YOLO with Darknet, OpenCV(DNN), OpenVINO, TensorRT(tkDNN). SORT supports python(original) and C++. (Not Deep SORT)
Stars: ✭ 162 (+92.86%)
Mutual labels:  tensorrt
Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
Stars: ✭ 4,012 (+4676.19%)
Mutual labels:  tensorrt
mtomo
Multiple types of NN model optimization environments. It is possible to directly access the host PC GUI and the camera to verify the operation. Intel iHD GPU (iGPU) support. NVIDIA GPU (dGPU) support.
Stars: ✭ 24 (-71.43%)
Mutual labels:  tensorrt
tensorrt-ssd-easy
No description or website provided.
Stars: ✭ 32 (-61.9%)
Mutual labels:  tensorrt
InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+266.67%)
Mutual labels:  tensorrt
deepstream tao apps
Sample apps to demonstrate how to deploy models trained with TAO on DeepStream
Stars: ✭ 274 (+226.19%)
Mutual labels:  tensorrt
EfficientNetv2 TensorRT int8
EfficientNetv2 TensorRT int8
Stars: ✭ 34 (-59.52%)
Mutual labels:  tensorrt
mediapipe plus
The purpose of this project is to apply mediapipe to more AI chips.
Stars: ✭ 38 (-54.76%)
Mutual labels:  tensorrt
TensorRT CV
🚀🚀🚀NVIDIA TensorRT 加速推断教程!
Stars: ✭ 125 (+48.81%)
Mutual labels:  tensorrt
pnn
pnn is Darknet compatible neural nets inference engine implemented in Rust.
Stars: ✭ 17 (-79.76%)
Mutual labels:  tensorrt
Deepstream Project
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.
Stars: ✭ 120 (+42.86%)
Mutual labels:  tensorrt
torch-model-compression
针对pytorch模型的自动化模型结构分析和修改工具集,包含自动分析模型结构的模型压缩算法库
Stars: ✭ 126 (+50%)
Mutual labels:  tensorrt
MutualGuide
Localize to Classify and Classify to Localize: Mutual Guidance in Object Detection
Stars: ✭ 97 (+15.48%)
Mutual labels:  tensorrt
self-driving-ish computer vision system
This project generates images you've probably seen in autonomous driving demo. Object Detection, Lane Detection, Road Segmentation, Depth Estimation using TensorRT
Stars: ✭ 254 (+202.38%)
Mutual labels:  tensorrt
yolov4 trt ros
YOLOv4 object detector using TensorRT engine
Stars: ✭ 89 (+5.95%)
Mutual labels:  tensorrt

This repo is no longer maintained

tensorrt-zoo

common computer vision models and some useful tools base on tiny-tensorrt.

Roadmap

  • openpose 🔥🔥🔥 --- 2019.10.17
  • yolov3

Quick Start

for run sample you need to install opencv and TensorRT

git clone --recursive https://github.com/zerollzeng/tensorrt-zoo.git
mkdir build && cd build && cmake -D PYTHON_API ON .. && make

for yolo3 sample see docs/yolov3.md for openpose sample see docs/openpose.md

System requirements

CUDA version >= 10.0 is fully test

TensorRT 6.0+, 5.x you need to reset old commit(not recommend)

OPENCV version >= 3.0, only use for read/write images and some basic image processing. so version 2.x might work but have not been tested.

About License

most of the openpose post processing was copy and modify slightly from official openpose repo,maybe you should distribute it under openpose's license, so as for some other code. for the other I wrote, You just DO WHAT YOU WANT TO.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].