JDAI-CV / DNNLibrary

Daquexian's NNAPI Library. ONNX + Android NNAPI
Apache License 2.0
346 stars 59 forks source link

Read onnx model directly in dnnlibrary #51

Closed daquexian closed 5 years ago

daquexian commented 5 years ago

@linkerzhang It is the PR to read onnx models directly in dnnlibrary. It is tested on my side. CI failed when DNN_READ_ONNX=ON because the path of custom protoc is not set in CI.

I will merge this PR and fix the CI in another PR. Travis CI will be replaced by azure pipeline then (Travis CI doesn't support android emulators well).