tensorflower/seetaFace6Python

[ERROR]: [src/runtime/instruction.cpp:65]

Closed this issue · 5 comments

AIwzx commented

Check failed: (stack.size() >= static_cast<size_t>(return_size)).
terminate called after throwing an instance of 'ts::api::Exception'
what(): [src/runtime/instruction.cpp:65]: Check failed: (stack.size() >= static_cast<size_t>(return_size)).

Check failed: (stack.size() >= static_cast<size_t>(return_size)).
terminate called after throwing an instance of 'ts::api::Exception'
what(): [src/runtime/instruction.cpp:65]: Check failed: (stack.size() >= static_cast<size_t>(return_size)).

这是做哪行调用时报的错?

AIwzx commented

特征比对的时候调用出错,不知道啥情况

特征比对的时候调用出错,不知道啥情况

应该是调用函数时,放入两个特诊值对象有问题,需要放出具体代码

AIwzx commented

我用的你的人脸比对代码做的接口,里面用了try了,c++我也不太懂啊 只知道出现这个error就退出了

------------------ 原始邮件 ------------------ 发件人: "GitHub"<notifications@github.com>; 发送时间: 2020年7月2日(星期四) 上午10:15 收件人: "tensorflower/seetaFace6Python"<seetaFace6Python@noreply.github.com>; 抄送: "兴"<1035459700@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [tensorflower/seetaFace6Python] [ERROR]: [src/runtime/instruction.cpp:65] (#16) 特征比对的时候调用出错,不知道啥情况 应该是调用函数时,放入两个特诊值对象有问题,需要放出具体代码 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

这个报错,看不出来具体原因,我觉得很可能是在你的项目李这个特诊没有提取到,传了空特征,你测试下代码提供的人脸对比demo文件,那个能正常得到测试对比结果就没有问题