tensorflow_alexnet_classify (details http://www.cnblogs.com/vipyoumay/p/7686230.html)
Deep Learning Based Electric Pylon Detection in Remote Sensing Images
here are some classic networks for image classification implement by pytorch
A PyTorch implementation of VGG16. This could be considered as a variant of the original VGG16 since BN layers are added after each conv. layer
This POC is using CNTK 2.1 to train model for multiclass classification of images. Our model is able to recognize specific objects (i.e. toilet, tap, sink, bed, lamp, pillow) connected with picture types we are looking for. It plays a big role in a process which will be used to classify pictures from different hotels and determine whether it's a picture of bathroom, bedroom, hotel front, swimming pool, bar, etc.
The purpose of this program is for studying. Using tensorflow trains the vgg16 and recognizes only two kinds of picture(cat and dog).
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
OpenCV Haarcascade and SVM for real time facial tracking and recognition using webcam
My A specialty course called Digital Image processing , including code and notes