I'm trying to run a simple console application using the OpenVINO toolkit:
#include <iostream>
#include "inference_engine.hpp"
using namespace InferenceEngine;
using namespace std;
int main()
{
Core ie;
cout << "openvino test" << endl;
}
, I've link the libraries, the include directory and the dll, but when I run the solution I got the follow exception:
Eccezione non gestita in corrispondenza di 0x00007FFEF171A839 in openvino_test_1.exe: Eccezione Microsoft C++: InferenceEngine::details::InferenceEngineException in corrispondenza della posizione di memoria 0x000000C726AFF080.
Anyone have had the same issue?
Thank's for answer.
Aucun commentaire:
Enregistrer un commentaire