/ConvNet

Implementation VGG-16 ,VGG-19

Primary LanguageJupyter NotebookMIT LicenseMIT

ConvNet

A Python 3 and Keras 2 implementation of VGG19, VGG16

alt text

Implementation VGG-16 ,VGG-19 from the paper

Requirement

  • Opencv3
  • Keras
  • Tensorflow
  • python3
The Model weight for VGG16 VGG19 can be downloaded and saved in the weight folder
VGG19 architechture

alt text

Few Notes about paper
*scaling is not done on input image but  mean value is subtracted
*Input image is 244*244 in the Network