Home > other >  Qualcomm Snpe SDK compile problem
Qualcomm Snpe SDK compile problem

Time:09-26

After the caffe environment is configured into the SDK and source caffe, execution: python./models/alexnet/scripts/setup_alexnet py - a./temp - assets - cache - d
The result error:
The deploy. Prototxt - https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_alexnet/deploy.prototxt
Bvlc_alexnet. Caffemodel - http://dl.caffe.berkeleyvision.org/bvlc_alexnet.caffemodel
Caffe_ilsvrc12. Tar. Gz - http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz
Both Please point the environment variable $ALEXNET_DATA_DIR to a directory containing the following files.
Downloading the deploy. Prototxt...
Downloading dbvlc_alexnet. Caffemodel...
Downloading caffe_ilsvrc12. Tar. Gz...
Copying Caffe model
Modiying prototxt to use a batch size of 1
Creating DLC
Failed to find necessary package:
No module named 'libDlModelToolsPy3'
Do ensure that $SNPE_ROOT/lib/python is in your PYTHONPATH
Getting imagenet aux data
Creating ilsvrc_2012_mean. Npy
ERROR: module 'caffe has no attribute' proto '
This is where the problem ah, also in the PYTHONPATH environment variable. Bashrc configured inside,
  • Related