Is your feature request related to a problem? Please describe.
Write a tutorial on using inception_v3 or vgg to classify imagenet images. This could help starters with image classificaton.
Describe the solution you'd like
An example like mnist that shows how to train vgg16 or inception_v3 on image net or a similar but smaller task. Ideally this would include transfer learning. Startin
This is my first Internship Project on Deep Learning. This is a challenge of WIDER Face Benchmark whose aim is to detect faces in the images in any condition of various poses, illuminations and occlusions. And we managed to get the accuracy of 91% in detecting every type of images.
Follow Official Tensorflow's retrain.py, which is an example script that shows how one can adapt a pretrained network for other classification problems. This repository improved with quick data read and process to make the training more efficient.
Is your feature request related to a problem? Please describe.
Write a tutorial on using inception_v3 or vgg to classify imagenet images. This could help starters with image classificaton.
Describe the solution you'd like
An example like mnist that shows how to train vgg16 or inception_v3 on image net or a similar but smaller task. Ideally this would include transfer learning. Startin