I check the log in modules file, I got “Error opening engine file”.
I have already tried to change the inception_v4 WS_GPU to 1024 and 512 but it got the same result.
Could you give some suggestion?
Thanks inception_v4_b32_ws512_gpu.txt (4.8 KB)
Could you check if the download_models.py save all the required model successfully?
For example, we save the model to $(pwd)/models with the below command:
the result is same as yours but run $ sudo python3 benchmark.py --all --csv_file_path /home/orin_nano/jetson_benchmarks/benchmark_csv/orin-nano-benchmarks.csv --model_dir /home/orin_nano/jetson_benchmarks/models/ --jetson_clocks , it still got 0 FPS and Error in Build,the log is still the same.
We can get the inception_v4 result.
Could you double-check it again?
$ sudo python3 benchmark.py --all --csv_file_path benchmark_csv/orin-nano-benchmarks.csv --model_dir $(pwd)/models --jetson_clocks
Please close all other applications and Press Enter to continue...
Setting Jetson orin in max performance mode
Jetson clocks are Set
Running all benchmarks.. This will take at least 2 hours...
------------Executing inception_v4------------
---------------------- 89.2536105263158 0 0
--------------------------
Model Name: inception_v4
FPS:358.53
--------------------------
...