MekkaSiekka / Face-Recognition-with-OpenVino-Toolkit

A FaceNet C++ implementation in Intel's OpenVino compouter vision sdk
35 stars 16 forks source link

plugin.h Not Found? #1

Open summersmile1984 opened 6 years ago

summersmile1984 commented 6 years ago

Hi, the plugin.h file does not exists, is it a file in the new version of vino?

MekkaSiekka commented 6 years ago

@summersmile1984 the plugin.h is only used for a WebRTC plugin. You can un-build it by commenting out the top of CMakelist "add_subdirectory(*)" This you should not be worried.

summersmile1984 commented 6 years ago

Thanks, seems it is another product of intel

MekkaSiekka commented 6 years ago

@summersmile1984 Yes. It is not required to be included for local recognizer. Feel free to ask if any help is needed.

Chris.