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.