Skip to content

1.11.0

Choose a tag to compare

@tumuyan tumuyan released this 26 Mar 18:17
· 59 commits to master since this release
  1. Support mnn models. MNN framework could support more models than ncnn, but it is slower in my experiment. If you've tried converting models to ncnn format before, you must have been bothered by conversion failures. Using mnn can greatly reduce this problem. you could convert ONNX, TFLITE, TorchScript, Tensorflow models to mnn format.
  2. Update realsr-ncnn, not require input/output layer names. If you convert other models into the ncnn format, you no longer need to manually edit the names of the input and output layers.
  3. Update readme file in git repo. Add chainner description and provide a chainner project to convert model to ncnn format.