Nvidia Jetson Orin Nano & Ultralytics.

In this post I’ll describe how to install Ultralytics on Jetson Orin Nano to be able to export and run model (use for inference). The use case I was doing is: Train YOLO-model for the image recognition using PC / Nvidia GPU. Then copy trained model to the Jetson Orin Nano. Export model to TensorFlow … Read more

Setting up Jetson Orin Nano Dev Kit

Nvidia guide on setup Jetson Orin Nano Dev Kit is here:https://www.jetson-ai-lab.com/initial_setup_jon.htmlIf you follow the guide and are stuck or you have a lot of questions. Welcome! Nvidia SDK Manager Windows 11/Wsl 2 I mainly use Windows 11 as my work system. Wsl 2 is a fantastic tool for cross platform development. My first approach was … Read more

Using Postman to test .Net gRPC Service with SSL.

In this article I would like to describe how Postman can be used to test gRPC .Net service with the SSL support. .Net gRPC Service Simple .Net gRPC service can be created by following Microsoft article:https://learn.microsoft.com/en-us/aspnet/core/tutorials/grpc/grpc-start?view=aspnetcore-7.0&tabs=visual-studio Once service is created it uses self-signed certificate to support SSL in the dev environment. Which is great because … Read more