Hello there!
I’m trying to complete “two days to a demo”.
I followed the guide provided at https://developer.nvidia.com/embedded/twodaystoademo
I get into “Using the Console Program on Jetson” but it looks like something is missing.
when using this command:
$ ./imagenet-console orange_0.jpg output_0.jpg
I got this response:
imagenet-console
args (3): 0 [./imagenet-console] 1 [orange_0.jpg] 2 [output_0.jpg]
imageNet – loading classification network model from:
– prototxt networks/googlenet.prototxt
– model networks/bvlc_googlenet.caffemodel
– class_labels networks/ilsvrc12_synset_words.txt
– input_blob ‘data’
– output_blob ‘prob’
– batch_size 2
[GIE] TensorRT version 2.1, build 2102
[GIE] attempting to open cache file networks/bvlc_googlenet.caffemodel.2.tensorcache
[GIE] loading network profile from cache… networks/bvlc_googlenet.caffemodel.2.tensorcache
terminate called after throwing an instance of ‘nvinfer1::CudaError’
what(): std::exception
Aborted (core dumped)
I looked at Getting errors in using onboard camera (JetPack 3.1) - Jetson TX1 - NVIDIA Developer Forums but is a TX1 board and also seems not solved.
I am missing something?
I tried to reinstall and build from scratch jetson-inference folder again but same message appears.
Note: Inside networks directory, there is not bvlc_googlenet.caffemodel.2.tensorcache file, there is bvlc_googlenet.caffemodel instead.
thanks for your time !