Jetson AGX ORIN R36.4 unable to run imagenet inference example

Hi,

I’m trying to run imagenet example by following the Hello AI world example. The models seem to have been trained with caffe which is no longer supported by TensorRT > 10.3.

Since 36.4 is not yet available as a container I had to build from source.

I tried doing as suggested here but I get a segmentation fault when running the new suggested model :

I’m just trying to follow documentation but it seems outdated. Can anyone help?

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

Hi,

JetPack 6.1 includes TensorRT 10.3 which removes the caffe parser support.
So imagenet with the caffe model cannot work.

Thanks.

Hi @antoine.hamel,
I am also getting same error.
If you have resolved the error pls tell how to do that.

Hi @vishnuvermaverma5 I reflashed the jetson with 6.0 (r36.3) on which the examples run fine.

As @AastaLLL said Tensot RT 10.3 doesn’t support caffee models so the imagenet example doesn’t work with JetPack6.1.

Hi, both

Yes, as TensorRT 10.3 drops Caffe model support.
To use jetson-inference with the default model, please try to set up the device with JetPack 6.0.

Thanks.

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