-
hi guys
can anyone help me to convert tflite audio model to kmodel?
-
(tensorflow) F:\code\nncase\examples\20classes_yolo>"F:\code\nncase\examples\20classes_yolo\ncc_win_x86_64\ncc.exe" compile model/yolov3.tflite k210/kpu_20classes_example/yolo.kmodel -i tflite -o kmod…
-
tflite2kmodel.sh: line 5: ./ncc/ncc: Permission denied
It happens when I convert tflite to kmodel. How can I solve it
-
I'm not able to use nncase because I cannot find any instructions
-
**Describe the bug**
It is not possible to generate the detect.kmodel defined in:
https://github.com/kendryte/kendryte-standalone-demo/blob/develop/face_detect/kfpkg/detect.kmodel
**To Reproduce*…
c4esp updated
2 years ago
-
**Describe the bug**
When running the command '' cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE'' I'm keep getting the error
![ncc](https://user-images.githubusercontent.com/82760727/157844452-3a9ed62d-27…
-
Due to repeated re-packaging of `libjpeg/9d` for an unknown reason, checksums of the released archives keep changing (please, see https://github.com/conan-io/conan-center-index/issues/8921 for details…
aclex updated
2 years ago
-
**Describe the bug**
I try to use esp32 to connect wifi on Maxiduino. I look into wiki and see a [demo code](https://wiki.sipeed.com/soft/maixpy/zh/course/network/network_config.html?highlight=wifi…
-
Dear all,
There have not been many updates to MaixPy recently, which is still locked to V4 model.
Since all of the required components are not open source, the community cannot help bring support f…
-
> import network
> from Maix import GPIO
> from fpioa_manager import fm, board_info
>
> WIFI_SSID = "*****************"
> WIFI_PASSWD = "*****************"
>
> # IO map for ESP32 on Maixduino…