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!