Git Product home page Git Product logo

Comments (3)

iqrammm avatar iqrammm commented on May 22, 2024

Update:
I managed to figure out how to compile the samples and now I am facing a new error which is:
Severity Code Description Project File Line Suppression State
Error (active) E1696 cannot open source file "gflags/gflags.h" smart_classroom_demo C:\Program Files (x86)\IntelSWTools\openvino_2019.1.148\inference_engine\samples\smart_classroom_demo\main.cpp 7

error

from open_model_zoo.

Wovchena avatar Wovchena commented on May 22, 2024

@iqrammm
To get some understanding of API and how to infer networks you can refer to hello_classification as the simplest sample. Note, it is not detection but classification sample.

person-detection-raisinghand-recognition usage

Yes, person-detection-raisinghand-recognition can be used as a stand alone model. But smart_classroom_demo's pipeline requires some other models in addition. I can suggest two options:

  • Take a look at object_detection_demo_ssd_async and change how it processes net outputs in the way similar to smart_classroom_demo
  • Remove other models usage from smart_classroom_demo

Compile issue

I assume you are missing some include paths while compiling. The simplest way to build samples is to run build_samples_msvc.bat.

In cmd run

cd C:\Program Files (x86)\IntelSWTools\openvino_2019.1.148\inference_engine\samples
build_samples_msvc.bat

I think it is good idea to build samples with build_samples_msvc.bat and if it succeeds, it can be claimed there is an IDE configuration problem.

from open_model_zoo.

Wovchena avatar Wovchena commented on May 22, 2024

@iqrammm, can the issue be closed?

from open_model_zoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.