Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Access to Alexnet source for use by OpenVINO classification_sample

Lawton__John
Beginner
279 Views

Hi

I am trying to get the classification_sample demo app to execute with reference to the following readme file.

C:\Intel\computer_vision_sdk\inference_engine\samples\classification_sample\README.md.

I understand that I need to run the model optimiser to form the correct xml and binary wgt files.

I am not clear where to locate and what alexnet files to run.

Is the correct source located according to the following reference?

https://github.com/deep-diver/AlexNet/blob/master/README.md

Guidance appreciated

                  Stewart

Note. Previous difficulty with classification_sample dll access has been resolved thus far by loading the appropriate dlls to the directory that contains the exe file.

0 Kudos
1 Reply
Shubha_R_Intel
Employee
279 Views

Here is a thread on a similar issue:

https://software.intel.com/en-us/forums/computer-vision/topic/798441

This command should download the alexnet files you need:

python3 downloader.py --name alexnet

0 Kudos
Reply