mxVision Features
The mxVision is designed to simplify the development process of inference services for the Ascend AI Processor and lower the threshold for using the Ascend AI Processor. The SDK adopts the modular design concept. Each functional unit in the service process is encapsulated into an independent plugin. Services can be quickly constructed by connecting plugins. Its main features are as follows:
- Quick construction of inference services: The SDK provides plugins based on Ascend AI Processor functions. You can modify the process orchestration configuration file to quickly construct inference services. You can call an API to send a request to the constructed inference service to obtain the JSON string or original data structure of the inference result.
- Custom function plugins: When basic function plugins cannot meet service requirements, you can use the plugin development tool and basic service logic development libraries provided by the SDK to develop new plugins and adapt to complete inference services.
Parent topic: Introduction