Pinned Repositories
-terry_test
test_codes_from_myPC
996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
awesome-knowledge-distillation
Awesome Knowledge Distillation
caffe-int8-convert-tools
This convert tools is base on TensorRT 2.0 Int8 calibration tools,which use the KL algorithm to find the suitable threshold to quantize the activions from Float32 to Int8(-128 - 127).
CaffeModelCompression
Tool to compress trained caffe weights
DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
enas
TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
face_recognition
The world's simplest facial recognition api for Python and the command line
face_verification_experiment
A Light CNN for Deep Face Representation with Noisy Labels
Hello_World
mshiyu's Repositories
mshiyu/-terry_test
test_codes_from_myPC
mshiyu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
mshiyu/awesome-knowledge-distillation
Awesome Knowledge Distillation
mshiyu/caffe-int8-convert-tools
This convert tools is base on TensorRT 2.0 Int8 calibration tools,which use the KL algorithm to find the suitable threshold to quantize the activions from Float32 to Int8(-128 - 127).
mshiyu/CaffeModelCompression
Tool to compress trained caffe weights
mshiyu/DeepLearnToolbox
Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.
mshiyu/enas
TensorFlow Code for paper "Efficient Neural Architecture Search via Parameter Sharing"
mshiyu/face_recognition
The world's simplest facial recognition api for Python and the command line
mshiyu/face_verification_experiment
A Light CNN for Deep Face Representation with Noisy Labels
mshiyu/Hello_World
mshiyu/interview
📚 C/C++面试知识总结
mshiyu/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
mshiyu/mtcnn
mtcnn in python
mshiyu/mtcnn-1
基于caffe的mtcnn训练实现,可以训练一个自己的有效的目标检测算法,非常容易非常简单,并且有配套的纯c++版本的mtcnn-light
mshiyu/My_Test
mshiyu/NAS-Projects
Several neural architecture search (NAS) algorithms implemented in PyTorch.
mshiyu/nni
An open source AutoML toolkit for neural architecture search and hyper-parameter tuning.
mshiyu/open-reid
Open source person re-identification library in python
mshiyu/Person_reID_baseline_pytorch
Pytorch implement of Person re-identification baseline. We arrived Rank@1=88.24%, mAP=70.68% only with softmax loss. Re-ranking is added.
mshiyu/PocketFlow
An Automatic Model Compression (AutoMC) framework for developing smaller and faster AI applications.
mshiyu/PVANet-FACE
A face detection model based on PVANet
mshiyu/reid_baseline
reid baseline model for exploring softmax and triplet hard loss
mshiyu/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
mshiyu/tensorflow-face-detection
A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
mshiyu/terry_test_new
test_codes_from_myPC
mshiyu/Tools
A set of tools are used to process data in Caffe
mshiyu/triplet
Re-implementation of tripletloss function in FaceNet