JDAI-CV / DNNLibrary

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

terminate called after throwing an instance of 'std::out_of_range' what(): _Map_base::at Aborted (core dumped) #79

Open christina-bakirtzi opened 3 years ago

christina-bakirtzi commented 3 years ago

After running the command ./onnx2daq.AppImage model.onnx mobile_model.daq , I'm getting this error:

terminate called after throwing an instance of 'std::out_of_range'
  what():  _Map_base::at
Aborted (core dumped)

I'm obviously working on Linux. Any suggestions?