TengineKit
TengineKit copied to clipboard
Linux版本运行报错
./build/FaceSDKDemo resources/image/1.jpg terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)
同,我也遇到这个问题,我是在Ubuntu20上
./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