cuiyanx / caffe2-protobuf

Load caffe2 model with protobuf.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caffe2-Protobuf

Load caffe2 model with google protobuf.

Prerequisites

  1. Create models and output folder on ./.
  2. Copy init file and predict file to ./models path, and rename to init_net_int8.pb and predict_net_int8.pb.

Install

npm install

Start

npm start

Output file

Find ./output/caffe2-net.json file.

About

Load caffe2 model with protobuf.js


Languages

Language:JavaScript 100.0%