Hi,
I’ve been working on the getting started with jetson nano dli course. I’ve developed a great custom pythorch resnet-34 model that i would like to run in a python file by itself. So super simple: i have a file .pth and i would like to:
- Load model
- Grab image
- Print class + confidence
Are there any examples showing this simple setup?
Thanks in advance!