ncnn

High-performance neural network inference framework for mobile platforms

brewmacoslinux
Try with needOr install directly
Source

About

High-performance neural network inference framework

Commands

ncnn

Examples

Convert a Caffe model to NCNN format$ ncnn_caffe2ncnn input.prototxt input.caffemodel output.param output.bin
Convert a PyTorch model to NCNN format$ ncnn_pytorch2ncnn input.pt output.param output.bin
Run neural network inference with NCNN$ ncnn_benchmark model.param model.bin input.jpg