nabang1010 Blog

Wellcome to my blog logo-NAB

Deploy Private Docker Registry on Kubernetes

Kubernetes

Requirements: Kubernetes Cluster Docker Step 1: Create Authentication files Folder tree structure registry/ ├── auth │   └── htpasswd └── certs ├── tls.crt └── tls.key Create and...

Create GPU Kubernetes Cluster using Kubeadm

Create GPU Kubernetes Cluster using Kubeadm

Step 1: Install CRI (Container Runtime Interface) Using containerd as CRI Install some pre-requisites for containerd: sudo apt-get update \ && sudo apt-get install -y apt-transport-h...

Design Patterm 4 (Dive Into Design Partterms - Alexander Shvets)

Design Patterm

SOLID Principles References Dive Into Design Partterms - Alexander Shvets

Design Patterm 3 (Dive Into Design Partterms - Alexander Shvets)

Design Patterm

Design Principles Encapsulate What Varies (Nguyên tắc đóng gói những gì thay đổi) Identify the aspects of your application that vary and separate them from what stays the same Xác định các k...

Design Patterm 2 (Dive Into Design Partterms - Alexander Shvets)

Design Patterm

Features of Good Design Code reuse Cost and time are two of the most valuable metrics when developing any software product. Less time in development means entering the market earlier than comp...

Design Patterm 1 (Dive Into Design Partterms - Alexander Shvets)

Design Patterm

What’s a Design Pattern? Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blue- prints that you can customize to solve a recurring...

Basics of OOP (Dive Into Design Partterms - Alexander Shvets)

OOP

Basics of OOP Object-Oriented Programming (OOP) Object-oriented programming (OOP) is a programming paradigm based on the concept of wrapping pieces of data, and behavior related to that data, int...

Gst-nvtracker

Gst-nvtracker

Plugin này cho phép DeepStream pipeline sử dụng thư viện low-level tracker để track các đối tượng đã được phát hiện bằng ID (có thể là duy nhất) của nó theo thời gian. Nó hỗ trợ một số thư viện low...

Install DeepStream 6.0

Install DeepStream 6.0

Hardware Device Model GPU CPU RAM Laptop Lenovo Legion 5 15ARH05H NVIDIA GeForce GTX 1660 Ti 6GB GDDR6 AMD Ryzen™ 7 4...

DeepStream 06: DeepStream Plugin Guide 01

MetaData in the DeepStream SDK

GstBuffer là đơn vị cơ bản của truyền dữ liệu trong GStreamer. Mỗi GstBuffer có metadata liên quan. DeepStream SDK đính kèm mỗi đối tượng DeepStream metada, NvDsBatchMeta, được mô tả trong các phần...