openvino/inference-engine/samples/hello_request_classification
openvino-pushbot 866530fb04 Publishing R3 2018-10-16 13:45:03 +03:00
..
CMakeLists.txt Publishing R3 2018-10-16 13:45:03 +03:00
README.md Publishing R3 2018-10-16 13:45:03 +03:00
main.cpp Publishing R3 2018-10-16 13:45:03 +03:00

README.md

Hello Infer Request Classification Sample

This topic describes how to run the Hello Infer Classification sample application. The sample is simplified version of [Image Classification Sample](@ref InferenceEngineClassificationSampleApplication). It's intended to demonstrate using of new Infer Request API of Inference Engine in applications. Refer to [Integrate with customer application New Request API](@ref IntegrateIEInAppNewAPI) for details.

Running

You can do inference on an image using a trained AlexNet network on Intel® Processors using the following command:

./hello_autoresize_classification <path_to_model>/alexnet_fp32.xml <path_to_image>/cat.bmp CPU

Outputs

The application outputs top-10 inference results.

See Also

  • [Using Inference Engine Samples](@ref SamplesOverview)