Pinned Repositories
ABM_pytorch
中小学公式打印和手写混合的公式识别算法(Formula recognition algorithm of formula printing and handwriting in primary and middle schools)
algorithm_practice
对数据结构、算法相关的编程实践(Data Structure and Algorithmic Practice)
ann
c++实现神经网络
Awesome-Tensorflow2
基于Tensorflow2开发的优秀扩展包及项目
learning_tensorflow
深度学习基础知识学习并使用tensorflow2.0实现相关代码(Learn the basic knowledge in depth and use tensorflow 2.0 to implement relevant codes)
leetcode
记录自己刷过的leecode题(Record the leecode questions I brushed)
mltool
machine learning
pytorch-template
基于pytorch分类模型优化技巧研究(Research on optimization techniques of classification model based on pytorch)
win10_yolov5_tensorRT
vs2015上使用tensorRT加速yolov5推理(Using tensorrt to accelerate yolov5 reasoning on vs2015)
yolov3
基于tensorflow实现yolov3模型( Implementation of yolov3 model based on tensorflow)
kingqiuol's Repositories
kingqiuol/win10_yolov5_tensorRT
vs2015上使用tensorRT加速yolov5推理(Using tensorrt to accelerate yolov5 reasoning on vs2015)
kingqiuol/ABM_pytorch
中小学公式打印和手写混合的公式识别算法(Formula recognition algorithm of formula printing and handwriting in primary and middle schools)
kingqiuol/algorithm_practice
对数据结构、算法相关的编程实践(Data Structure and Algorithmic Practice)
kingqiuol/pytorch-template
基于pytorch分类模型优化技巧研究(Research on optimization techniques of classification model based on pytorch)
kingqiuol/ABM
kingqiuol/AI-Competition-Collections
收集整理各种人工智能比赛经验帖。【从他人比赛经验中,总是可以学到很多东西】
kingqiuol/bazel
a fast, scalable, multi-language and extensible build system
kingqiuol/C-machine-learning
C语言手撕机器学习/深度学习算法
kingqiuol/CenterNet_TensorFlow2
A tensorflow2.x implementation of CenterNet.
kingqiuol/Cnblogs-Theme-SimpleMemory
🍭 Cnblogs theme _ Basic theme : SimpleMemory
kingqiuol/cnocr
CnOCR:基于 PyTorch/MXNet 的中文/英文 OCR Python 包
kingqiuol/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
kingqiuol/deepvac
PyTorch Project Specification.
kingqiuol/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
kingqiuol/image_classification_pytorch
image classification using pytorch-project-template, train a model of classification easily by modifying a json configuration
kingqiuol/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
kingqiuol/LLaMA-Factory
Unify Efficient Fine-tuning of 100+ LLMs
kingqiuol/models
Models and examples built with TensorFlow
kingqiuol/mynet
kingqiuol/NLPer-Arsenal
收录NLP竞赛策略实现、各任务baseline、相关竞赛经验贴(当前赛事、往期赛事、训练赛)、NLP会议时间、常用自媒体、GPU推荐等,持续更新中
kingqiuol/Papers
kingqiuol/pytorch-cifar-model-zoo
:smile: Models for CIFAR10 including vit, swin transformer, CvT,coatnet,mobilevit etc 收集CNN和Transformer架构,欢迎提issue
kingqiuol/PyTorch_YOLO-Family
kingqiuol/RLFN
Language Model is Suitable for Correction of Handwritten Mathematical Expressions Recognition.(EMNLP 2023)
kingqiuol/SimpleCVReproduction
:punch: Reproduce simple cv project including attention module, classification, object detection, segmentation, keypoint detection, tracking :smile: etc.
kingqiuol/tensorflow
An Open Source Machine Learning Framework for Everyone
kingqiuol/tesseract
Tesseract Open Source OCR Engine (main repository)
kingqiuol/Transformer-in-Computer-Vision
A paper list of some recent Transformer-based CV works.
kingqiuol/yolov3-1
YOLOv3 in PyTorch > ONNX > CoreML > iOS
kingqiuol/yolov3-point
从零开始学习YOLOv3代码