caoxiang520's Stars
tsyw/MachineLearningNotes
My personal notes
NVIDIA-AI-IOT/cuDLA-samples
YOLOv5 on Orin DLA
Aaronswei/ad_sensor_fusion
1punch3coins/trackers_tensorrt_cpp
iwatake2222/InferenceHelper
C++ Helper Class for Deep Learning Inference Frameworks: TensorFlow Lite, TensorRT, OpenCV, OpenVINO, ncnn, MNN, SNPE, Arm NN, NNabla, ONNX Runtime, LibTorch, TensorFlow
guojin-yan/OpenVINO_deploy_PP-YOLOE
twlelev/OpenVINO_CPP_YOLOX-YOLOV5-YOLOV8-YOLOV9
C++ inference of YOLOX/YOLOV5/YOLOV8/YOLOV9 for OpenVINO,Support float32、float16 and int8.
dacquaviva/yolov5-openvino-cpp-python
Example of using ultralytics YOLOv5 with Openvino in C++ and Python.
pcb9382/StereoAlgorithms
Stereo Algorithms (Include:CREStereo,RAFT-Stereo,Hitnet,FastACVNet_plus,Stereo Transformers,RealtimeStereo,DistDepth) with TensorRT,ORT,OpenVINO
incluit/OpenVino-Driver-Behaviour
1punch3coins/yolov8_openvino_cpp
Y-T-G/YOLO-NAS-OpenVino-cpp
C++ implementation of YOLO-NAS utilizing OpenVINO backend
openvino-book/yolov8_openvino_cpp
YOLOv8 Inference C++ sample code based on OpenVINO C++ API
mihuzz/yolov8_infer_segmentation
wangzhenlin123/OpenVINO-YOLOv8-Seg
OpenVINO™ 实现YOLOv8-Seg实例分割模型推理
Zhou-wy/TRT-YOLOv8-Seg
使用TensorRT加速YOLOv8-Seg,完整的后端框架,包括Http服务器,Mysql数据库,ffmpeg视频推流等。
fish-kong/Yolov8-instance-seg-tensorrt
based on the yolov8,provide pt-onnx-tensorrt transcode and infer code by c++
yhwang-hub/dl_model_deploy
LCH1238/bevdet-tensorrt-cpp
BEVDet implemented by TensorRT, C++; Achieving real-time performance on Orin
yhwang-hub/dl_model_infer
🚀🚀🚀This is an AI high-performance reasoning C++ library, Currently supports the deployment of yolov5, yolov7, yolov7-pose, yolov8, yolov8-seg, yolov8-pose, yolov8-obb, yolox, RTDETR, DETR, depth-anything, yolop, yolopv2, SMOKE, yolov9 and other models.🚀🚀🚀
Li-Hongda/TensorRT_Inference_Demo
A repo that uses TensorRT to deploy wll-trained models.Support RTDETR,YOLO-NAS,YOLOV5,YOLOV6,YOLOV7,YOLOV8,YOLOX.
Bin-ze/BEVFormer_segmentation_detection
Implemented BEVFormer support for BEV segmentation
chaomath/BevDet_TensorRT
BevDet_TensorRT
WZMIAOMIAO/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
wang-xinyu/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
bubbliiiing/detr-pytorch
这是一个DETR-pytorch的仓库,可以训练自己的数据集
xunull/read-detr
zhangcheng828/TensorRT-Plugin
NVIDIA-AI-IOT/Lidar_AI_Solution
A project demonstrating Lidar related AI solutions, including three GPU accelerated Lidar/camera DL networks (PointPillars, CenterPoint, BEVFusion) and the related libs (cuPCL, 3D SparseConvolution, YUV2RGB, cuOSD,).
fundamentalvision/BEVFormer
[ECCV 2022] This is the official implementation of BEVFormer, a camera-only framework for autonomous driving perception, e.g., 3D object detection and semantic map segmentation.