xiapengchng's Stars
scutan90/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
PaddlePaddle/PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
openai/gym
A toolkit for developing and comparing reinforcement learning algorithms.
doocs/leetcode
🔥LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
karpathy/LLM101n
LLM101n: Let's build a Storyteller
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
facebookresearch/Detectron
FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
pingcap/talent-plan
open source training courses about distributed database and distributed systems
missing-semester-cn/missing-semester-cn.github.io
the CS missing semester Chinese version
zhaoxin94/awesome-domain-adaptation
A collection of AWESOME things about domian adaptation
ChanChiChoi/awesome-Face_Recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
gjy3035/Awesome-Crowd-Counting
Awesome Crowd Counting
zacharywhitley/awesome-ocr
3d-morphable-models/curated-list-of-awesome-3D-Morphable-Model-software-and-data
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
rlczddl/awesome-3d-human-reconstruction
facebookresearch/multiface
Hosts the Multiface dataset, which is a multi-view dataset of multiple identities performing a sequence of facial expressions.
MarvinTeichmann/ConvCRF
This repository contains the reference implementation for our proposed Convolutional CRFs.
Doubiiu/CodeTalker
[CVPR 2023] CodeTalker: Speech-Driven 3D Facial Animation with Discrete Motion Prior
zhou13/lcnn
LCNN: End-to-End Wireframe Parsing
youngLBW/HRN
[CVPR2023] A Hierarchical Representation Network for Accurate and Detailed Face Reconstruction from In-The-Wild Images.
guanfuchen/video_obj
基于视频的目标检测算法研究 华为媒体研究院 图文Caption、OCR识别、图视文多模态理解与生成相关方向工作或实习欢迎咨询 15757172165 https://guanfuchen.github.io/media/hw_zhaopin_20220724_tiny.jpg
zhanghengdev/awesome-video-object-detection
This is a list of awesome articles about object detection from video.
DanBigioi/DiffusionVideoEditing
Official project repo for paper "Speech Driven Video Editing via an Audio-Conditioned Diffusion Model"
jiangzhengkai/Video-Detection
video detection papers
StarStyleSky/awesome-face-detection
face_detection_paper_code
buaazhangfan/CS294-112-Deep-Reinforcement-Learning
Assignments for CS294-112 Deep Reinforcement Learning in UC Berkeley in Fall 2018
xiapengchng/352_Leetcode
This is for 352 dorm in UCAS
LargeFishPKU/paper_records
to record detect related papers
xiapengchng/Ransac-Fit-a-circle
use ransac to fit a circle with C++