Deployement of deep learning GUI application on Jetson AGX Orin DevKit

Hello,

I’ve developed a GUI application that is based on running three YOLO models. The application was developed using PyTorch for deep learning models and Tkinter for the GUI part. I want to deploy this application to the Jetson AGX Orin DevKit for inference.

What is the best way to do that, and thanks in advance.

Hi,

We have some prebuilt PyTorch packages for Orin:

Tkinter is also available on Orin:

$ pip3 install tk
Collecting tk
  Downloading tk-0.1.0-py3-none-any.whl (3.9 kB)
Installing collected packages: tk
Successfully installed tk-0.1.0

Thanks.

1 Like

Thank you AastaLLL, I’ve installed PyTorch in my Orin DevKit and I’ve verified the installation and torch can make use of the GPU.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.