Skip to content

vskrin/transfer-learning-tensorflow-vgg

 
 

Repository files navigation

Transfer Learning on VGG-16

This project is intended to be a plug-and-play setup for transfer learning with tensorflow and vgg that hopefully someone will find useful. It is based on the repository https://github.com/machrisaa/tensorflow-vgg.

To use the VGG networks, the npy files for VGG16 NPY has to be downloaded.

Usage

Edit train_vgg16.py to change the data_dirs variable to the directories containing your images and their labels. (0 being the first label up to the number of classes.

Next change the output path as desired. Other variables can be changed such as the batch size and frequency of saving copies.

python train_vgg16.py will train the network

python run_vgg16.py will give the network's predictions on a directory of images.

About

VGG19 and VGG16 on Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%