Jetson-inference下运行出错

我按照Building the Project from Source的步骤安装好 jetson-inference后,有下载了GoogleNet.tar.gz,然后的jetson-inference/build/aarch64/bin下运行./imagenet-camera --network==googlenet --camera=0,结果报错[TRT] couldn’t find built-in classification model ‘=googlenet’
imagenet: failed to initialize imageNet
是什么原因?怎么解决?

Hi @djqabcdefg, there is a typo in your command line with the two == signs. Instead, please try running it as --network=googlenet (single =)

There are still other errors when I change“ ==" to “=”, As follows:
[TRT] Could not register plugin creator - ::FlattenConcat_TRT version 1
[TRT] CaffeParser: Could not open file
[TRT] CaffeParser: Could not parse deploy file
[TRT] device GPU, failed to parse caffe network
[TRT] device GPU, failed to load networks/Googlenet/bvlc_googlenet.caffemodel
[TRT] failed to load networks/Googlenet/bvlc_googlenet.caffemodel
[TRT] imageNet – failed to initialize.
imagenet: failed to initialize imageNet

Hmm, it seems like your download of Googlenet model got corrupted - can you run this and then try again?

rm -rf /path/to/your/jetson-inference/data/networks/Googlenet

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.