Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

VGG16

Input

Input

Shape : (1,3,224,224)

Output

class_count=5
+ idx=0
  category=963[pizza, pizza pie ]
  prob=16.62217140197754
+ idx=1
  category=927[trifle ]
  prob=13.598368644714355
+ idx=2
  category=926[hot pot, hotpot ]
  prob=11.545639038085938
+ idx=3
  category=567[frying pan, frypan, skillet ]
  prob=11.50587272644043
+ idx=4
  category=941[acorn squash ]
  prob=11.298295021057129
Script finished successfully.

Usage

Automatically downloads the onnx and prototxt files on the first run. It is necessary to be connected to the Internet while downloading.

For the sample image,

$ python3 vgg16.py

If you want to specify the input image, put the image path after the --input option.

$ python3 vgg16.py --input IMAGE_PATH

By adding the --video option, you can input the video.
If you pass 0 as an argument to VIDEO_PATH, you can use the webcam input instead of the video file.

$ python3 vgg16.py --video VIDEO_PATH

Reference

Very Deep Convolutional Networks for Large-Scale Image Recognition

Keras Applications : VGG16

keras2caffe

Model Format

CaffeModel

Framework

Keras

Netron

vgg16_pytorch.prototxt