Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 863 Bytes

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