TengineKit icon indicating copy to clipboard operation
TengineKit copied to clipboard

Linux版本运行报错

Open 307509256 opened this issue 3 years ago • 2 comments

./build/FaceSDKDemo resources/image/1.jpg terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)

307509256 avatar Mar 21 '22 08:03 307509256

同,我也遇到这个问题,我是在Ubuntu20上

pengfeidip avatar Jun 15 '22 10:06 pengfeidip

./build/FaceSDKDemo resources/image/1.jpg terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)

我跑通了,是因为路径问题(文档不对). 需要在tengineKit/linux 下面执行demo才行,具体的看一下源码demo.cpp

pengfeidip avatar Jun 15 '22 11:06 pengfeidip