All Projects → positive666 → Deepstream_Project

positive666 / Deepstream_Project

Licence: other
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Cuda
1817 projects
Makefile
30231 projects
CMake
9771 projects

Projects that are alternatives of or similar to Deepstream Project

Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+2780%)
Mutual labels:  tensorrt, crnn, arcface, yolov3, yolov5
InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+156.67%)
Mutual labels:  face-recognition, tensorrt, onnx, arcface, centerface
pytorch YOLO OpenVINO demo
No description or website provided.
Stars: ✭ 73 (-39.17%)
Mutual labels:  onnx, yolov3, yolov5
deepstream tao apps
Sample apps to demonstrate how to deploy models trained with TAO on DeepStream
Stars: ✭ 274 (+128.33%)
Mutual labels:  deepstream, tensorrt, yolov3
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+6699.17%)
Mutual labels:  onnx, yolov3, yolov5
Yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 19,914 (+16495%)
Mutual labels:  onnx, yolov3, yolov5
yolov5 tensorrt int8 tools
tensorrt int8 量化yolov5 onnx模型
Stars: ✭ 105 (-12.5%)
Mutual labels:  tensorrt, onnx, yolov5
YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Stars: ✭ 6,570 (+5375%)
Mutual labels:  tensorrt, onnx, yolov3
Pytorch Yolov4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
Stars: ✭ 3,690 (+2975%)
Mutual labels:  tensorrt, onnx, yolov3
Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (-60%)
Mutual labels:  face-recognition, arcface
deep utils
An open-source toolkit which is full of handy functions, including the most used models and utilities for deep-learning practitioners!
Stars: ✭ 73 (-39.17%)
Mutual labels:  face-recognition, yolov5
OcrLiteAndroidNcnn
Chineseocr Lite Android Onnx To Ncnn Demo,超轻量级中文OCR Android Demo,支持ncnn推理
Stars: ✭ 43 (-64.17%)
Mutual labels:  crnn, dbnet
Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
Stars: ✭ 4,012 (+3243.33%)
Mutual labels:  tensorrt, onnx
FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (-66.67%)
Mutual labels:  face-recognition, arcface
InsightFace
复现 ArcFace 论文
Stars: ✭ 22 (-81.67%)
Mutual labels:  face-recognition, arcface
PLSC
Paddle Large Scale Classification Tools,supports ArcFace, CosFace, PartialFC, Data Parallel + Model Parallel. Model includes ResNet, ViT, DeiT, FaceViT.
Stars: ✭ 113 (-5.83%)
Mutual labels:  face-recognition, arcface
Tensorflow Yolov4 Tflite
YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
Stars: ✭ 1,881 (+1467.5%)
Mutual labels:  tensorrt, yolov3
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (-47.5%)
Mutual labels:  face-recognition, arcface
Facial-Recognition-Using-FaceNet-Siamese-One-Shot-Learning
Implementation of Facial Recognition System Using Facenet based on One Shot Learning Using Siamese Networks
Stars: ✭ 104 (-13.33%)
Mutual labels:  face-recognition, facenet-model
Deep-Learning-with-GoogleColab
Deep Learning Applications (Darknet - YOLOv3, YOLOv4 | DeOldify - Image Colorization, Video Colorization | Face-Recognition) with Google Colaboratory - on the free Tesla K80/Tesla T4/Tesla P100 GPU - using Keras, Tensorflow and PyTorch.
Stars: ✭ 63 (-47.5%)
Mutual labels:  face-recognition, yolov3

Introduction

This is a highly separated deployment project based on Deepstream 5.0, including the full range of YOLO and an OCR project. The project will be updated and expanded in the future. You can get familiar with the plug-in development of deepstream through this project. Deepstream_Yolo, which contains the engineering method of yolov4 and yolov5 conversion model and the engineering method of deploying deepstream.
Ocr, this is a text recognition deployment project based on YOLOV3 and CRNN, and it is still in the supplementary description.
The above projects are highly separated, but you still have to make sure that your environment configuration, cuda, cudnn, Tensorrt, Deepstream are installed successfully and can be compiled and used, pay attention to your dependent environment variables, dynamic library reference paths and header file references, etc. For specific instructions, please read the README in the respective directory carefully.
这是一个基于Deepstream 5.1的高度分离工程,包含YOLO全系列以及一个OCR工程,后续会补充更新和不断扩充该项目,可以通过该项目去熟悉deepstream的插件化开发.
Deepstream_Yolo,这包含了yolov4 和yolov5的转换模型的工程方法和部署deepstream的工程方法.
Ocr,这是基于YOLOV3和CRNN的文字识别部署工程,还在补充说明中.. 以上工程做了高度的分离,但还是要确保你的环境配置,cuda,cudnn,Tensorrt,Deepstream安装成功且可编译使用,注意你的依赖环境变量,动态库的引用路径和头文件的引用等,具体使用说明,请仔细看各自目录下的README

Will be updated and supplemented later
后面会详细更新补充

Reference:

yolov5: https://github.com/ultralytics/yolov5
darknet: https://github.com/AlexeyAB/darknet
tensorrtx:https://github.com/wang-xinyu/tensorrtx

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].