Pinned Repositories
Action-Recognition
Exploration of different solutions to action recognition in video, using neural networks implemented in PyTorch.
ActionRecognition
Action Recognition based on Pose Estimation. Graduation Project for Bachelor Degree.
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
anomaly_detection_by_lstm
This repository aims to predict sudden changing point from input time series data using LSTM.
BetterDL
Clock
电子钟 ,加表盘显示模式,再加显示日期
ClsSegNet
CPS-OCR-Engine
An awesome OCR engine developed by SYSU DeepDriving Lab
CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
gkfutils
Python utils.
GraceKafuu's Repositories
GraceKafuu/gkfutils
Python utils.
GraceKafuu/BetterDL
GraceKafuu/ClsSegNet
GraceKafuu/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
GraceKafuu/CV_projects
General Computer Vision Projects
GraceKafuu/DeepSparkHub
DeepSparkHub selects hundreds of application algorithms and models, covering various fields of AI and general-purpose computing, to support the mainstream intelligent computing scenarios.
GraceKafuu/face.evoLVe
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
GraceKafuu/High-quality-ellipse-detection
A high-quality ellipse detector based on arc-support line segments which can both accurately and efficiently detect ellipses in images.
GraceKafuu/Human-Falling-Detect-Tracks
AlphaPose + ST-GCN + SORT.
GraceKafuu/IT_DA_ColorRecognition
It is a system that checks whether there are customers in the seats through the camera in the cafe. Open cv, c++ were used, and the seat area was specified in the fixed camera, This is a method of recognizing when there is a color other than the background color by extracting the background color from the area.
GraceKafuu/kapao
KAPAO is an efficient single-stage human pose estimation model that detects keypoints and poses as objects and fuses the detections to predict human poses.
GraceKafuu/learnopencv
Learn OpenCV : C++ and Python Examples
GraceKafuu/micronet
GraceKafuu/MiniDL
C++从零开始深度学习
GraceKafuu/MIT-Driverless-CV-TrainingInfra
PyTorch pipeline of MIT Driverless Computer Vision paper(2020)
GraceKafuu/mm3
Version 3 of Python mother machine analysis code
GraceKafuu/OD-WeaponDetection
Datasets for weapon detection based on image classification and object detection tasks
GraceKafuu/onnxruntime_cpp_demo
GraceKafuu/Person_reID_baseline_pytorch
:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
GraceKafuu/pytorch-deep-learning
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
GraceKafuu/pytorch_mnist_ddp
PyTorch mnist distributed data parallel example
GraceKafuu/RotateObjectDetection
This repository is based on Ultralytics/yolov5, with adjustments to enable rotate prediction boxes.
GraceKafuu/S1PlainTextArchive2023
2023年S1帖子归档
GraceKafuu/small-object-targeted-by-yolov5
GraceKafuu/st-gcn_HAR_based_on_openpose
GraceKafuu/text_renderer
GraceKafuu/VSCode
GraceKafuu/yolov5-detect-car_plate_corner
分别使用OpenCV、ONNXRuntime部署yolov5检测车牌和4个角点,包含C++和Python两个版本的程序
GraceKafuu/yolov5_simple
GraceKafuu/yolov5_v6_plate_heading
基于yoloV5-V6系列,train_palte添加多头检测。train_key添加关键点检测算法。