There is no mobilenet_v1_ssd.prototxt on nx-benchmark.csv. Instead there is ssd-mobilenet-v1.zip. So i changed ssd-mobilenet-v1.zip to mobilenet_v1_ssd.prototxt.
And then i ran the program. But there is still error like this
Here is command and the other benchmarks worked well on Xavier NX. But only ssa-mobilenet-v1 didn't work on Xavier NX
sudo python3 benchmark.py --model_name ssd-mobilenet-v1 --csv_file_path /home/hyeonglee/jetson_benchmarks-master/benchmark_csv/nx-benchmarks.csv --model_dir /home/hyeonglee/jetson_benchmarks-master/downloaded_models --jetson_clocks
There is no mobilenet_v1_ssd.prototxt on nx-benchmark.csv. Instead there is ssd-mobilenet-v1.zip. So i changed ssd-mobilenet-v1.zip to mobilenet_v1_ssd.prototxt. And then i ran the program. But there is still error like this
Here is command and the other benchmarks worked well on Xavier NX. But only ssa-mobilenet-v1 didn't work on Xavier NX sudo python3 benchmark.py --model_name ssd-mobilenet-v1 --csv_file_path /home/hyeonglee/jetson_benchmarks-master/benchmark_csv/nx-benchmarks.csv --model_dir /home/hyeonglee/jetson_benchmarks-master/downloaded_models --jetson_clocks
This is error log mobilenet_v1_ssd_b2_ws1024_dla1.txt mobilenet_v1_ssd_b2_ws1024_dla2.txt mobilenet_v1_ssd_b8_ws2048_gpu.txt
[09/10/2024-17:36:42] [E] Error opening engine file: /home/hyeonglee/jetson_benchmarks-master/downloaded_models/mobilenet_v1_ssd_b2_ws1024_dla1.engine [09/10/2024-17:36:42] [E] Failed to create engine from model or file. [09/10/2024-17:36:42] [E] Engine set up failed &&&& FAILED TensorRT.trtexec [TensorRT v8502] # ./trtexec --output=conv17_2_mbox_loc --output=conv17_2_mbox_conf --output=conv16_2_mbox_loc --output=conv16_2_mbox_conf --output=conv15_2_mbox_loc --output=conv15_2_mbox_conf --output=conv14_2_mbox_loc --output=conv14_2_mbox_conf --output=conv13_mbox_loc --output=conv13_mbox_conf --output=conv11_mbox_loc --output=conv11_mbox_conf --outputIOFormats=int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32,int8:chw+chw4+chw32, --deploy=/home/hyeonglee/jetson_benchmarks-master/downloaded_models/mobilenet_v1_ssd.prototxt --batch=2 --inputIOFormats=int8:chw+chw4+chw32 --allowGPUFallback --int8 --useDLACore=0 --workspace=1024 --avgRuns=100 --duration=180 --loadEngine=/home/hyeonglee/jetson_benchmarks-master/downloaded_models/mobilenet_v1_ssd_b2_ws1024_dla1.engine