SophonSDKUserGuide
v23.05.01
Catalogue
1. Declaration
2. Introduction
3. SDK Software Package
4. Quick Start
5. Network Transfer
6. Algorithm Transplant
6.1. Algorithm Migration Overview
6.2. C/C++ Programming Details
6.3. Python Programming Details
6.4. Decoding Module
6.5. Graphics Operation Acceleration Module
6.6. Model Reasoning
7. Performance Test
8. Appendix
SophonSDKUserGuide
»
6.
Algorithm Transplant
查看页面源码
6.
Algorithm Transplant
6.1. Algorithm Migration Overview
6.2. C/C++ Programming Details
6.2.1. Load bmodel
6.2.2. Preprocessing
6.2.2.1. Preprocessing initialization
6.2.2.2. Open the video stream
6.2.2.3. Decoded video frame
6.2.2.4. Mat converts bm_image
6.2.2.5. Preprocessing
6.2.3. Inference
6.2.4. Post-processing
6.2.5. Summary of considerations for algorithm development
6.3. Python Programming Details
6.3.1. Loading model
6.3.2. Preprocessing
6.3.3. Inference
6.4. Decoding Module
6.4.1. OpenCV Decoding
6.4.2. FFmpeg Decoding
6.5. Graphics Operation Acceleration Module
6.5.1. C Language Programming Interface
6.5.2. Python Language Programming Interface
6.6. Model Reasoning
6.6.1. Introduction of C language Interface of BMLib Module
6.6.2. BMRuntime This section describes the interface of module C
6.6.3. Python interface