6.3. Advanced Guide
This guide is suitable for users who have already understood the content of the beginner guide. It mainly introduces the detailed explanation of the principles and steps of the Post-Training Quantization (PTQ) method in the D-Robotics algorithm toolchain, the support instructions for model operators, and the embedded application development instructions for model board operation, etc. If you are a first-time user of the D-Robotics algorithm toolchain, it is recommended that you jump to Getting Started Guide to study the chapters.
- 6.3.1. Environment Installation
- 6.3.2. PTQ Principle and Step-by-Step Guide
- 6.3.2.1. Introduction
- 6.3.2.2. Model Preparation
- 6.3.2.3. Model Verification
- 6.3.2.4. Model Conversion
- 6.3.2.5. Model Performance Analysis
- 6.3.2.6. Model Accuracy Analysis
- 6.3.2.7. Improving Model Accuracy Using QAT (Quantization-Aware Training)
- 6.3.2.8. Other Tool Usage Instructions
- 6.3.3. Model Operator Support List
- 6.3.4. Model board running application development instructions
- 6.3.4.1. Model Inference DNN API usage example description
- 6.3.4.2. Public Model Performance and Accuracy Evaluation Guide
- 6.3.4.3. On-Board Model Analysis Tool Description
- Overview
- hrt_model_exec Tool Usage Instructions
- hrt_bin_dump Tool Usage Guide
- 6.3.5. Model Inference Interface Description
- 6.3.5.1. Model Inference Library Version Information Retrieval API
- 6.3.5.2. Model Loading/Release API
- 6.3.5.3. Model Information Retrieval API
- 6.3.5.4. Model Inference API
- 6.3.5.5. Model Memory Operation API
- 6.3.5.6. Data Types and Data Structures
- 6.3.5.7. Data Layout and Alignment Rules
- 6.3.5.8. Model Inference DEBUG Methods