Skip to content

Simple VGG implementation for image classification using tensorflow and python. Easy to use for beginners like me.

License

Notifications You must be signed in to change notification settings

musematics/simple-vgg-classification-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-vgg-classification-tensorflow

Simple VGG implementation for image classification using tensorflow and python. Easy to use for beginners like me.

environment

Python 2.7.12 Tensorflow 1.3.0

data organization

Put your data according to the labels (1,2,3,...,n) into different folder. Training: ./example/train/1, ./example/train/2 ,... , ./example/train/n Testing: ./example/test/1, ./example/test/2 ,... , ./example/test/n

Or one dataset using cross validation ./easy/1, ./easy/2,..., ./easy/n

To alter between one dataset cross validation and training & testing set, comment or uncomment the corresponding codes.

note

This model performs better with relatively large amount of training data. The dataset in this repository is for demonstration, the mere amount of which is insufficient for acquiring desirable performance.

more information

For more information (in Chinese), please visit my blog

About

Simple VGG implementation for image classification using tensorflow and python. Easy to use for beginners like me.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages