Using the Console Program on Jetson

I have compiled jetson-inference on jetson tx1 board successfully.
But when run the imagenet-console,some problems appears:

~/jetson-inference/build/aarch64/bin$ ./imagenet-console orange_0.jpg

imagenet-console
args (2): 0 [./imagenet-console] 1 [orange_0.jpg]

[GIE] attempting to open cache file networks/bvlc_googlenet.caffemodel.2.tensorcache
[GIE] cache file not found, profiling network model
[GIE] platform has FP16 support.
[GIE] loading networks/googlenet.prototxt networks/bvlc_googlenet.caffemodel
[libprotobuf FATAL …/…/…/externals/protobuf/aarch64/10.0/include/google/protobuf/repeated_field.h:1378] CHECK failed: (index) < (current_size_):
terminate called after throwing an instance of ‘google::protobuf::FatalException’
what(): CHECK failed: (index) < (current_size_):
Aborted

please help me solve the problem!
Thanks!

Hi,

Guess that issue is solved by the comment:
[url]https://devtalk.nvidia.com/default/topic/1004468/jetson-tx1/how-to-start-tensorrt-on-tx1-/post/5154348/#5154348[/url]

Please let me know if you still meet error.
Thanks.