seems like detectnet-console.py is not there anymore.
jetson@ubuntu:~/jetson-inference/build/aarch64/bin$ ./detectnet-concole.py images/peds_0.jpg output_0.jpg
bash: ./detectnet-concole.py: No such file or directory
when i run
jetson@ubuntu:~/jetson-inference/build/aarch64/bin$ ./detectnet.py images/peds_0.jpg output_0.jpg
it has this error, how to solve.
jetson@ubuntu:~/jetson-inference/build/aarch64/bin$ ./detectnet-concole.py images/peds_0.jpg output_0.jpg
bash: ./detectnet-concole.py: No such file or directory
i run your command above, i got this,
[TRT] CUDA lazy loading is enabled.
[TRT] device GPU, loading /usr/bin/ networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
[TRT] TensorRT 10.3 does not support legacy caffe models
[TRT] device GPU, failed to load networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
[TRT] detectNet – failed to initialize.
Traceback (most recent call last):
File “/home/jetson/jetson-inference/build/aarch64/bin/./detectnet.py”, line 53, in
net = detectNet(args.network, sys.argv, args.threshold)
Exception: jetson.inference – detectNet failed to load network