zongka's Stars
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
poloclub/cnn-explainer
Learning Convolutional Neural Networks with Interactive Visualization.
wang-xinyu/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
PeterH0323/Smart_Construction
Base on YOLOv5 Head Person Helmet Detection on Construction Sites,基于目标检测工地安全帽和禁入危险区域识别系统,🚀😆附 YOLOv5 训练自己的数据集超详细教程🚀😆2021.3新增可视化界面❗❗
bubbliiiing/yolov4-pytorch
这是一个YoloV4-pytorch的源码,可以用于训练自己的模型。
ermig1979/Simd
C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
hukaixuan19970627/yolov5_obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测
JimmyHHua/opencv_tutorials
Opencv4.0 with python (English&中文), and will keep the update ! 👊
brucefan1983/CUDA-Programming
Sample codes for my CUDA programming book
MgArcher/Text_select_captcha
实现文字点选、选字、选择、点触验证码识别,基于pytorch训练
meiqua/shape_based_matching
try to implement halcon shape based matching, refer to machine vision algorithms and applications, page 317 3.11.5, written by halcon engineers
DataXujing/YOLO-v5
:art: Pytorch YOLO v5 训练自己的数据集超详细教程!!! :art: (提供PDF训练教程下载)
SilverMaple/STLSourceCodeNote
SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)
bubbliiiing/yolox-pytorch
这是一个yolox-pytorch的源码,可以用于训练自己的模型。
Syencil/mobile-yolov5-pruning-distillation
mobilev2-yolov5s剪枝、蒸馏,支持ncnn,tensorRT部署。ultra-light but better performence!
BADBADBADBOY/pytorchOCR
基于pytorch的ocr算法库,包括 psenet, pan, dbnet, sast , crnn
Bobo-y/flexible-yolov5
More readable and flexible yolov5 with more backbone(gcn, resnet, shufflenet, moblienet, efficientnet, hrnet, swin-transformer, etc) and (cbam,dcn and so on), and tensorrt
HuKai97/yolov5-5.x-annotations
一个基于yolov5-5.0的中文注释版本!
aff3ct/MIPP
Portable wrapper for SIMD and vector instructions written in C++11. Compatible with NEON, SSE, AVX, AVX-512 and SVE (length specific).
BossZard/rotation-yolov5
rotation detection based on yolov5
Tencent/TPAT
TensorRT Plugin Autogen Tool
DL-Practise/YoloAll
YoloAll is a collection of yolo all versions. you you use YoloAll to test yolov3/yolov5/yolox/yolo_fastest
fengtangzheng/pyqt5-opencv-video
pyqt5 + opencv 实现视频播放,支持实时流,支持远程文件
onehahaha756/yolov5_rotation
acai66/yolov5_rotation
rotated bbox detection. inspired by https://github.com/hukaixuan19970627/YOLOv5_DOTA_OBB, thanks hukaixuan19970627.
sprinfall/cpp-thread-study
C++ 线程库示例及教程
root12321/Rotation-Detect-yolov5_poly
hpc203/rotate-yolov5-opencv-onnxrun
分别使用OpenCV、ONNXRuntime部署yolov5旋转目标检测,包含C++和Python两个版本的程序
livezingy/merged-characters-segmentation
Algorithm implementation of the "The Robustness of “Connecting Characters Together” CAPTCHAs". The test data set is the TAOBAO CAPTCHA that composed of blue character and white background.
stevenXS/yolov5_rotation_anchor_based
基于旋转框的yolov5目标检测算法