RungeLiu's repositories
Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
cv_note
记录cv算法工程师的成长之路,分享计算机视觉和模型压缩部署技术栈笔记。https://harleyszhang.github.io/cv_note/
CVPR2023-Papers-with-Code
CVPR 2023 论文和开源项目合集
deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
FlameGraph
Stack trace visualizer
googletest
GoogleTest - Google Testing and Mocking Framework
mediapipe
Cross-platform, customizable ML solutions for live and streaming media.
PlotJuggler
The Time Series Visualization Tool that you deserve.
PlotNeuralNet
Latex code for making neural networks diagrams
Software-Engineering-at-Google
《Software Engineering at Google》的中英文对译版本
studyPython
some code about study python
U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
yolov4-pytorch
这是一个YoloV4-pytorch的源码,可以用于训练自己的模型。
Yolov5-deepsort-inference
Yolov5 deepsort inference,使用YOLOv5+Deepsort实现车辆行人追踪和计数,代码封装成一个Detector类,更容易嵌入到自己的项目中