Pinned Repositories
C-C-
程序员资料免费分享,欢迎关注个人微信公众号:程序员编程指南
chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , dbnet(1.7M) + crnn(6.3M) + anglenet(1.5M) 总模型仅10M
Detectron2_CenterNetv2
Detectron2 Libtorch C++ centernetv2
Detectron2_Project
Detectron2 Libtorch C++ faster rcnn
FaceRecognition-tensorflow
360度人脸识别
onnx-tensorrt_7.2.1
tensorrt-onnx build window
onnx_tensorrt_project
Support Yolov5(4.0)/Yolov5(5.0)/YoloR/YoloX/Yolov4/Yolov3/CenterNet/CenterFace/RetinaFace/Classify/Unet. use darknet/libtorch/pytorch/mxnet to onnx to tensorrt
plantsVS.zombies
cocos2d的植物大战僵尸
RLE_blob
RLE(run-length encoding) vs halcon vs opencv
TensorRT
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
ttanzhiqiang's Repositories
ttanzhiqiang/onnx_tensorrt_project
Support Yolov5(4.0)/Yolov5(5.0)/YoloR/YoloX/Yolov4/Yolov3/CenterNet/CenterFace/RetinaFace/Classify/Unet. use darknet/libtorch/pytorch/mxnet to onnx to tensorrt
ttanzhiqiang/RLE_blob
RLE(run-length encoding) vs halcon vs opencv
ttanzhiqiang/Detectron2_Project
Detectron2 Libtorch C++ faster rcnn
ttanzhiqiang/onnx-tensorrt_7.2.1
tensorrt-onnx build window
ttanzhiqiang/Detectron2_CenterNetv2
Detectron2 Libtorch C++ centernetv2
ttanzhiqiang/FaceRecognition-tensorflow
360度人脸识别
ttanzhiqiang/chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , dbnet(1.7M) + crnn(6.3M) + anglenet(1.5M) 总模型仅10M
ttanzhiqiang/plantsVS.zombies
cocos2d的植物大战僵尸
ttanzhiqiang/TensorRT
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
ttanzhiqiang/C-C-
程序员资料免费分享,欢迎关注个人微信公众号:程序员编程指南
ttanzhiqiang/CoCoPIE-ModelZoo
ttanzhiqiang/CrossStagePartialNetworks
Cross Stage Partial Networks
ttanzhiqiang/cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
ttanzhiqiang/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被全球175所大学采用教学。
ttanzhiqiang/darknet
YOLOv4 - Neural Networks for Object Detection (Windows and Linux version of Darknet )
ttanzhiqiang/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
ttanzhiqiang/DeepLearningExamples
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
ttanzhiqiang/micronet
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
ttanzhiqiang/MVision
机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶
ttanzhiqiang/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
ttanzhiqiang/toolbox
various tools such as label-tools , data-augmentation , etc.
ttanzhiqiang/torch2trt
An easy to use PyTorch to TensorRT converter
ttanzhiqiang/TRTorch
PyTorch/TorchScript compiler for NVIDIA GPUs using TensorRT
ttanzhiqiang/wenet-online-decoder-onnx
ttanzhiqiang/yolo-tensorrt
darknet -> tensorrt. YoloV4 YoloV3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.