You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Update readme file in git repo. Add chainner description and provide a chainner project to convert model to ncnn format.