Convolutional Neural Network of VGG19 model in verilog
cliffordwolf/picorv32 - CPU with RISC-V ISA
VGG19 (imagenet-very-deep-vgg19.mat) - pretrained model by imagenet with 19 layers
tools written by myself that will help a lot
analyze imagenet-very-deep-vgg19.mat(need to download by yourself) and output to vgg19_weight/bias.txt
make vgg
convert RGB value of .jpg(224 * 224) into .txt (in RGB order)
make image
convert output of the model, vgg19_output.txt, into problilities of 1000 classes corresponding to synset_word.txt and write to vgg19_probs.txt
make softmax
contain some .jpg files and its corresponding .txt and predict files
make pcpi