/ncnn_micro

MICROs of ncnn model

Primary LanguageC++

ncnn_Micro

introduction

none-core function to edit & MICRO ncnn model:

features in the plan:

  • disassemble ncnn_model.bin layer by layer
  • assemble [ncnn_layer.bin, ...] into model.bin
  • layer inference data-type convertion (f32, f16, int8, ...)
  • cli interactive ui (maybe use PyInquirer)

developing environment specs

  • ubuntu 20.04 / 22.04
  • g++ capable with c++17
  • ncnn shared library
  • glog, rapidjson