Skip to content

ktuna26/PyACL-Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Ascend Computing Language (ACL) Samples

Ascend Computing Language (AscendCL) provides a collection of C language APIs for users to develop deep neural network apps for object recognition and image classification, ranging from device management, context management, stream management, memory management, to model loading and execution, operator loading and execution, and media data processing. You can call AscendCL APIs through a third-party framework to utilize the compute capability of the Ascend AI Processor, or encapsulate AscendCL into third-party libraries, to provide the runtime and resource management capabilities of the Ascend AI Processor.

This repository provides a wide range of samples developed based on AscendCL APIs. When developing your own samples, feel free to refer to the existing samples in this repository.

Note: This repository is meant for sole learning purposes, not commercial use!

Directory Structure

directory description
Caffe PyACL sampels for Caffe models
Common Common files or libs for projets
MindSpore PyACL sampels for MindSpore models
PyTorch PyACL sampels for PyTorch models
TensorFlow PyACL sampels for Tensorflow models

Docker PyACL environment

Feel free to pull images from https://ascendhub.huawei.com/#/detail/infer-modelzoo. This image integrates ACL libs, model conversion tool (ATC), some python libraries

Sample Deployment

Deploy and run a sample by referring to the corresponding README file explaining model conversion steps.

Note: If you don't want to struggle to prepare development environment, you can use ready to use docker images from AscendHub. So, feel free to pull images from https://ascendhub.huawei.com/#/detail/infer-modelzoo. This image integrates ACL libs, model conversion tool (ATC), some python libraries.

Sample Naming

  1. Samples like DVPP_* uses Atlas Digital Vision Pre-Processing (DVPP) hardware module for image and video decoding. Briefly, the DVPP_* samples load the image as encoded raw bytes (Raw video frames in video streaming) and send those bytes to the DVPP module for decoding. For samples without "DVPP", the image is read with opencv as BGR numpy array. The Model then takes this BGR image and returns whatever the models were trained to return.

  2. Samples like Online_* uses 3th party libraries on ascend chips. Briefly, the Online_* samples load the 3th party models without converting and use main library. For samples without "Online", the model is converted with ATC (Ascend Tensor Compiler) and is runned on ACL lib.

Python dependencies

  • Numpy
  • Opencv
  • Pillow
  • Matplotlib
  • Jupyter Notebook

Documentation

Obtain related documentation at Ascend Documentation.

Community

Get support from our developer community. Find answers and talk to other developers in our forum.

Ascend website: https://www.hiascend.com

Ascend forum: https://forum.huawei.com/enterprise/en/forum-100504.html

License

MIT



About

Ascend PyACL Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published