jacke121's repositories
2021MIP
2021 기전융합 프로젝트
AttaNet
AttaNet for real-time semantic segmentation.
Awesome-Edge-Detection-Papers
:books: A collection of edge/contour/boundary detection papers and toolbox.
awesome-lidar-curb-detection
A list of open source code about point cloud curb detection (processing)
ByteTrack
ByteTrack: Multi-Object Tracking by Associating Every Detection Box
Correction_OBB
通常,点云目标检测网络(如pointrcnn)出来的OBB与真实存在着些许误差,本仓库利用PCA配合BallTree算法对已知的OBB进行修正,效果喜人
cube_detector
Cube Detection using YOLOv5 with Oriented Bounding Boxes (OBB)
Deepsort_V2
2020中兴捧月阿尔法赛道多目标检测和跟踪初赛第一名方案
Keras_insightface
Insightface Keras implementation
lodepng
PNG encoder and decoder in C and C++.
nb
Neural Network Blocks - Collect all kinds of fancy model blocks for you to build more powerful neural network model.
OpenCVDemo
OpenCV在AndroidStudio环境中搭建使用的三种方式样例,如SO库+JAVA、SO库+JNI、A库+JNI。
PPLiteSeg.pytorch
pytorch of the SOTA real-time segmentation network ppliteseg
RapidOCR
A cross platform OCR Library based on PaddleOCR & OnnxRuntime
S2CRNet-demos
The demos of our ECCV 22 paper, S2CRNet
SSR_Net_Pytorch
a Pytorch reimplementation of SSRNet.
stream-rtsp
Transcode & Play RTSP Video Streams in Browser
table-detect
table detect(yolo) , table line(unet)
TensorRT_Test
An example of TensorRT, including exporting onnx model, testing onnx model, exporting TRT model, infering TRT model
yolo-tensorrt
TensorRT8.Support Yolov5n,s,m,l,x .darknet -> tensorrt. Yolov4 Yolov3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.
yolov5
YOLOv5 in PyTorch > ONNX > CoreML > iOS
yolov5-car-plate
基于yolov5的车牌检测,包含车牌角点检测
yolov5-face-landmarks-opencv
yolov5检测人脸和关键点,只依赖opencv库就可以运行,程序包含C++和Python两个版本的