Model Zoo Download
You can obtain the Model Zoo from the Allwinner Customer Service Platform.
Click Register Now:

After successfully registering and logging in, you will enter the dashboard interface. Click Resource Download:

Click AI Development SDK under Tool Query on the left sidebar, then find the v1.0.0 version of Model Zoo and download it to your local machine.

Or you can download via dl.radxa:
wget https://dl.radxa.com/cubie/allwinner-model-zoo.tar.gz
Before running examples in the Model Zoo, you need to download the container development package. You can find the corresponding version for download on the interface above, or refer to our guidance document.
Note that T527 and A733 use different versions of the container development package.
After downloading both the container development package and Model Zoo, you can refer to the steps below:
Extract Model Zoo
tar -xvf 1776931919742_awnpu_model_zoo-v1.0.0-20260423-f562dd16.tar.gz
cd awnpu_model_zoo-v1.0.0-20260423-f562dd16/
Create and Start Container
- A733
- T527
sudo docker run --ipc=host -d -v ${PWD}:/workspace --name model-zoo ubuntu-npu:v2.0.10.2 tail -f /dev/null
sudo docker run --ipc=host -d -v ${PWD}:/workspace --name model-zoo ubuntu-npu:v1.8.13 tail -f /dev/null
When the container is created, you can see this container in docker ps with the name model-zoo.
Enter Container
sudo docker exec -it model-zoo /bin/bash
After completion, the Model Zoo directory has been mounted to the /workspace directory in the container. Execute inside the container:
cd /workspace
ls -al
You can see the Model Zoo directory structure:
/workspace# ls -al
total 56
drwxrwxr-x 10 1000 1000 4096 Aug 6 12:05 .
-rw-rw-r-- 1 1000 1000 10 Apr 23 15:56 .gitignore
drwxrwxr-x 3 1000 1000 4096 Aug 3 11:33 0-toolchains # Cross-compilation toolchain
drwxrwxr-x 4 1000 1000 4096 Apr 23 15:56 3rdparty # Third-party toolchain
-rwxrwxr-x 1 1000 1000 5095 Apr 23 15:56 README.md # README document
drwxrwxr-x 2 1000 1000 4096 Apr 23 15:56 cmake_toolchain # Compilation toolchain configuration
drwxrwxr-x 3 1000 1000 4096 Apr 23 15:56 common # Common library
drwxrwxr-x 2 1000 1000 4096 Apr 23 15:56 docs # Documentation
drwxrwxr-x 41 1000 1000 4096 Aug 20 18:11 examples # Example directory
drwxrwxr-x 6 1000 1000 4096 Apr 23 15:56 functions # Special features
drwxrwxr-x 3 1000 1000 4096 Aug 3 15:41 scripts_model_convert # Conversion scripts
-rwxrwxr-x 1 1000 1000 6 Apr 23 15:56 version # Version number