So… I followed the tutorial from Jetson AI Fundamentals from here https://www.youtube.com/watch?v=sN6aT9TpltU.
I encounter the problem when it comes to the running final command “imagenet --model=models/tools/resnet18.onnx --labels=data/tools/labels.txt --input_blob=input_0 --output_blob=output_0 csi://0.”
Everything seem to work perfectly, no errors, camera starts but I think there is no detection being made. There is no banner in upper-left corner showing name of item with percentage. Although when I type just “imagenet” program starts and camera detects items from the library (GoogleNet I guess).
I am doing every step carefully from tutorial but I have no clue how to solve my problem.
I’ll be grateful for any response.