本Python源码是编写的基于开源3D软件MakeHuman的插件。 7_AotuHumanBodyRegistration.py主要功能是输入二维人体图片,通过改变三维人体模型的体态, 并把模型的映射到二维空间,通过轮廓迭代求优算法,得到三维模型与二维图片的配准。 7_AotuHumanPoseRegistration.py的功能是通过改变人体姿态来得到模型与二维图片的配准。
This project accelerates CNN computation with the help of FPGA, for more than 50x speed-up compared with CPU.
A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
A Recurrent Neural Network implemented from scratch (using only numpy) in Python.