Hi,
I am using jetson-inference from
I am using the command ,
/usr/local/bin/imagenet --model=/home/xavier/bvlc_alexnet.caffemodel --prototxt=/home/xavier/deploy.prototxt /dev/video0
http://dl.caffe.berkeleyvision.org/bvlc_alexnet.caffemodel
https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_alexnet/deploy.prototxt
But I am getting the error ,
[TRT] imageNet – failed to initialize.
imagenet: failed to initialize imageNet
Can anyone help on what I am missing ?