Mech-DLK SDK
Welcome to Mech-DLK SDK User Manual. Let’s get started!
Overview
Mech-DLK SDK is a secondary development software kit specifically designed to be used with Mech-DLK. Its main purpose is to help developers easily do deep learning inference in their software systems. With Mech-DLK SDK, developers can rapidly deploy deep learning models and flexibly integrate deep learning functionality into their own applications without reliance on Mech-Vision. You can use the provided APIs to build applications in C#, C++, and C languages.
You can apply Mech-DLK SDK for the inference based on models exported from Mech-DLK.
Mech-DLK SDK version 2.1.0 and later can perform inference on models exported from Mech-DLK version 2.6.0 and later. Mech-DLK SDK version earlier than 2.1.0 can perform inference on models exported from Mech-DLK version 2.4.2 - 2.5.4. |
Release Notes
Mech-DLK SDK 2.1.1 Release Notes
New Features
-
Supported Text Detection and Text Recognition algorithms from Mech-DLK 2.6.1 and above.
-
Supported inference of multi-class Defect Segmentation algorithms.
-
Supported returning of corresponding class names for Classification, Object Detection, and Instance Segmentation algorithms.
-
Supported inference on RTX 50 series GPUs.
-
Supported single algorithm module authorization.
Bug Fixes
-
Fixed the inference result index error that occurred in the cascade model when Classification was used as the first module.
-
Fixed the error where the getResult function in the cpp interface returned an incorrect status code.
Contents
This manual consists of the following chapters. Click to view the details according to your needs:
No. | Chapter | Content |
---|---|---|
1 |
View the system requirements and obtain Mech-DLK SDK and the third-party libraries and resources it depend upon. |
|
2 |
Learn to use Mech-DLK SDK for inference with a defect segmentation model. |
|
3 |
Learn about the types of samples and prerequisites to run these samples and build and run these samples. |
|
4 |
View the API reference of multiple languages. |
|
5 |
View the descriptions and solutions for the error codes. |
|
6 |
View the frequently asked questions. |
|
7 |
View the operations related to software licensing. |