Hello,
I’m studying about ‘the Autonomous landing of small UAV’ using jetson nano.
I built using SSD MobileNet v2 for it and done it.
But FPS is too low as 0.5~0.8 using SSD-MobileNet v2.
So I’ve changed the board to TX2 but it’s same.
Then, I’ve tried to using TensorRT, Benchmars etc.
I’ve just found the git-hub as below,
GitHub - NVIDIA-AI-IOT/jetson_benchmarks: Jetson Benchmark.
But I got the error msg as below, but I have no idea how to solve it.
Please help me.
============error=========================
kookmin-uav@ubuntu:~/jetson_benchmarks$ sudo python3 benchmark.py --all --csv_file_path /home/kookmin-uav/jetson_benchmarks/benchmark_csv/tx2-nano-benchmarks.csv \
--model_dir /home/kookmin-uav/jetson_benchmarks/models \ --jetson_devkit tx2 \ --gpu_freq 1122000000 --power_mode 3 --precision fp16
Please close all other applications and Press Enter to continue…
Setting Jetson tx2 in max performance mode
Traceback (most recent call last):
File “benchmark.py”, line 130, in
main()
File “benchmark.py”, line 28, in main
system_check.run_set_clocks_withDVFS()
File “/home/kookmin-uav/jetson_benchmarks/utils/utilities.py”, line 34, in run_set_clocks_withDVFS
self.set_clocks_withDVFS(frequency=self.gpu_freq, device=‘gpu’)
File “/home/kookmin-uav/jetson_benchmarks/utils/utilities.py”, line 74, in set_clocks_withDVFS
from_freq = self.read_internal_register(register=freq_register_, device=device)
File “/home/kookmin-uav/jetson_benchmarks/utils/utilities.py”, line 100, in read_internal_register
reg_read = open(register, “r”)
FileNotFoundError: [Errno 2] No such file or directory: ‘/sys/devices/gpu.0/devfreq/17000000.gp10bnafll_gpc0/rate’