Currently I'm working on porting Yolov4-tiny to run on the K210. I've got a kmodel built which successfully runs on the K210 simulator of nncase, however it is exactly 6MB so it is too large to fit in the main memory. I wanted to utilize the load_from_flash functionality of the newer version of nncase, however, I had to add custom operators (Split and Upsample) to nncase in order to get the model to compile and run. I noticed however that the kendryte_standalone_sdk here no longer builds nncase from source (and instead uses libnncase.a). Is there a way to recompile the static library with the new code and custom ops (or get the source code for libnncase and lib_sipeed_kpu)? Thanks
Hello,
Currently I'm working on porting Yolov4-tiny to run on the K210. I've got a kmodel built which successfully runs on the K210 simulator of nncase, however it is exactly 6MB so it is too large to fit in the main memory. I wanted to utilize the load_from_flash functionality of the newer version of nncase, however, I had to add custom operators (Split and Upsample) to nncase in order to get the model to compile and run. I noticed however that the kendryte_standalone_sdk here no longer builds nncase from source (and instead uses libnncase.a). Is there a way to recompile the static library with the new code and custom ops (or get the source code for libnncase and lib_sipeed_kpu)? Thanks