HonestyBrave's repositories
CharacterSegmentation
字符分割, OCR,C++
python_developer_tools
python_developer_tools
-_tensorflow2.0
自己敲了一下书上的代码
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Auto-Create-Sln
本项目的目的就是解决要不断创建工程目的,只需要双击 create_cpp.bat 脚本,就可以创建一个当前时间戳的文件夹,然后会自动创建一个编译工程。 例如: 当前时间戳为 "1587194242",那么就会在当前目录的上一层目录创建两个文件夹,分别为 :"1587194242"、"1587194242_build"。
deep-learning-papers-translation
深度学习论文翻译,包括分类论文,检测论文等
DeepLearnForSelf
create some userful code
DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
DeepLearning_Notes_CV
:notebook: tensorflow,keras、python、numpy、matplotlib、scikit-learn、python 图像处理等。
EasyPR
An easy, flexible, and accurate plate recognition project for Chinese licenses in unconstrained situations.
grokking-system-design
Grokking system design
Interview
Interview = 简历指南 + LeetCode + Kaggle
keras-yolo3
Training and Detecting Objects with YOLO3
ObjectDetectionImbalance
Lists the papers related to imbalance problems in object detection [TPAMI]
objectTrackerAndCountNum
这个仓库是利用yolov5n网络模型,利用训练好的行人检测模型进行检测行人,然后再利用BYTETracker算法进行多目标跟踪,然后统计经过某个区域的人数,最后发送到手机
ODMS
Object Depth via Motion and Segmentation Dataset
opencv-doc-zh
:book: [译] OpenCV 中文文档
PyTorch_Tutorial
《Pytorch模型训练实用教程》中配套代码
sahi
A lightweight vision library for performing large scale object detection/ instance segmentation.
yolov2.pytorch
YOLOv2 algorithm reimplementation with pytorch
yolov5-5.x-annotations
一个基于yolov5-5.0的中文注释版本!
yolov5_obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测
YOLOv8
:fire: Official YOLOv8模型训练和部署