fashionguy's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
jobbole/awesome-python-cn
Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。
WZMIAOMIAO/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
HarisIqbal88/PlotNeuralNet
Latex code for making neural networks diagrams
ssloy/tinyrenderer
A brief computer graphics / rendering course
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
LearnOpenGL-CN/LearnOpenGL-CN
http://learnopengl.com 系列教程的简体中文翻译
balloonwj/CppGuide
C/C++学习,后端开发进阶指南。
datawhalechina/joyful-pandas
pandas中文教程
wjakob/nanogui
Minimalistic GUI library for OpenGL
cleardusk/3DDFA
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
XCharts-Team/XCharts
A charting and data visualization library for Unity. Unity数据可视化图表插件。
zhoubolei/introRL
Intro to Reinforcement Learning (强化学习纲要)
cleardusk/3DDFA_V2
The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
pengzhiliang/MAE-pytorch
Unofficial PyTorch implementation of Masked Autoencoders Are Scalable Vision Learners
microsoft/Deep3DFaceReconstruction
Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)
lynnboy/CppCoreGuidelines-zh-CN
Translation of C++ Core Guidelines [https://github.com/isocpp/CppCoreGuidelines] into Simplified Chinese.
Heng-Qi/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
ucla-rlcourse/RLexample
Some basic examples of playing with RL
zisianw/FaceBoxes.PyTorch
A PyTorch Implementation of FaceBoxes
Media-Smart/vedadet
A single stage object detection toolbox based on PyTorch
TimoBolkart/TF_FLAME
Tensorflow framework for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 2D or 3D keypoints, and how to generate textured head meshes from Images.
eladrich/pix2vertex.pytorch
An official pyTorch port of the pix2vertex paper from ICCV2017
changhongjian/Deep3DFaceReconstruction-pytorch
Pytorch version of Deep3DFaceReconstruction
YUHAOOOO/Deep3DFaceReconstruction-Pytorch
Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set