Lists (20)
Sort Name ascending (A-Z)
Starred repositories
Python Data Science Handbook: full text in Jupyter Notebooks
⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
《Python Cookbook》 3rd Edition Translation
Interview = 简历指南 + 算法题 + 八股文 + 源码分析
Lab Materials for MIT 6.S191: Introduction to Deep Learning
Deep Learning Specialization by Andrew Ng on Coursera.
COCO API - Dataset @ http://cocodataset.org/
Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Jupyter notebooks and other resources for Think Python by Allen Downey, published by O'Reilly Media.
pytorch implementation of openpose including Hand and Body Pose Estimation.
Pytorch0.4.1 codes for InsightFace
Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral
philferriere / cocoapi
Forked from cocodataset/cocoapiClone of COCO API - Dataset @ http://cocodataset.org/ - with changes to support Windows build and python3
ModelArts-Lab是示例代码库。更多AI开发学习交流信息,请访问华为云AI开发者社区:huaweicloud.ai
Pelee: A Real-Time Object Detection System on Mobile Devices
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks
Light-weight Single Person Pose Estimator
Human segmentation models, training/inference code, and trained weights, implemented in PyTorch
基于深度学习的驾驶员状态检测,不仅仅可以识别出疲劳驾驶,还能够识别出各种各样的状态
Keras-tensorflow implementation of PersonLab (https://arxiv.org/abs/1803.08225)
implementation of PersonLab(https://arxiv.org/abs/1803.08225) using TF-slim
Skin segmentation is basic and key in the hand gesture recognition. Since skin color is within a threshold range, thresholding a color space, we can swiftly segment the desired region.