General Description
In terms of dataset processing, the tool can be integrated by AI platforms and it is used for tag extraction, tag fold enhancement, data augmentation for object detection, and configuration files processing.
Name of the dataset processing tool package: Ascend-mindxsdk-mxaoitools_{version}_linux.tar.gz
Decompress the tool package.
tar -zxvf Ascend-mindxsdk-mxaoitools_{version}_linux.tar.gz --no-same-owner
You can run the following command to check whether the Python environment is installed:
python3 --version
The following table lists the components required for installing Python.
Component |
Version |
|---|---|
NumPy |
≥ 1.17.0 |
defusedxml |
≥ 0.7.1 |
Pillow |
== 9.2.0 |
OpenCV-Python |
≥ 4.1.2.26 |
pytest |
≥ 7.1.1 |
Parent topic: Dataset Processing Tool Package