libmaix
libmaix copied to clipboard
New MaixCDK will replace this repo: https://github.com/sipeed/MaixCDK
Hello! I follow these instructions in [dianjixz/v831_yolo](https://github.com/dianjixz/v831_yolo) and set both train_size and val_size parameters are 416*416 and to train in my computer, and then I convert my mode into onnx...
I'm compiling /libmaix/examples/nn_pose/ Times this error.  How to modify it?
Unable to checkout '6b5f7e8ada2e5b2f7228c764ad89e307a967476b' in submodule path 'components/third_party/imlib' 当我在github页面中寻找这个目录时,发现它指向 https://github.com/sipeed/minicv2/tree/6b5f7e8ada2e5b2f7228c764ad89e307a967476b 是否需要更新submodule?
r329中libaipudrv.so 和libaipudrv.so.4 是否是单独在Zhouyi_Compass\AI610-SDK-r0p0-00eac0\AI610-SDK-1012-r0p0-eac0\Linux-driver下面编译出来的还是有什么依赖?我这遇到zhouyi compass sdk v2.0 对有些算子不支持,最新版可以支持。
你好,下载的toolchain-sunxi-musl-pack-2021-01-09.tar.xz里面的linux/version.h里面的version code跟https://api.dl.sipeed.com/shareURL/MaixII/SDK/release 下载的image使用的linux内核版本不一致,toolchain-sunxi-musl-pack-2021-01-09.tar.xz的linux版本低于4.8.0导致我一些软件编译不了
Is it possible to run the Retinaface model in a python script instead of a c script?
Can you please put the Allwinner V831 SDK up somewhere? We have a bunch of code running on the Allwinner V536 using their MPP library to implement WebRTC. I think...
I'm naively imagining that the tiny SPL part (49KB) isn't proprietary. Especially considering that several Allwinner SoCs are mainlined. Can you provide the source for it, or at least the...
Why are you not providing the source code for libmaix SO files? I can understand that the SDK is private, but the value of the whole project seem very limited...
The way to install OpenCV is `opkg update && opkg install opencv`. That works, but it doesn't seem to include Python binding. How do you install the `cv2` package?