ARM-software/ComputeLibrary

problem with graph_vgg16.cpp

Opened this issue · 1 comments

I tried to test this graph on armv8 neon with library V24.02.1 with below build option
scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv8a

Weights and bias .npy is taken from the graph from the link mentioned in the .cpp file.
Provenance: www.robots.ox.ac.uk/~vgg/software/very_deep/caffe/VGG_ILSVRC_16_layers.caffemodel

case1:
Getting segmentation fault after run the graph
image

case2: If image option not provided getting other output with segmentation fault
image

Attached image and label file
cat100
Label_clsid.txt

Please let me know why segmentation fault is coming.

Also i wanted to know the runtime for these examples graphs on neon core.