Skip to content

Instantly share code, notes, and snippets.

@juliensimon
Last active December 19, 2017 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliensimon/7dd4ee1a9e091e0f1332a18fd3464af5 to your computer and use it in GitHub Desktop.
Save juliensimon/7dd4ee1a9e091e0f1332a18fd3464af5 to your computer and use it in GitHub Desktop.
cd /opt/intel/deeplearning_deploymenttoolkit/deployment_tools/inference_engine/samples
mkdir build
cd build
cmake ..
cd intel64/Release
ls
-rwxrwxr-x 1 aws_cam aws_cam 323936 Dec 19 09:13 classification_sample
-rwxrwxrwx 1 aws_cam aws_cam 738 Dec 19 09:14 custom_layer_example.xml
-rwxrwxrwx 1 aws_cam aws_cam 1414 Dec 19 09:14 custom_layer_kernel.cl
-rwxrwxr-x 1 aws_cam aws_cam 324192 Dec 19 09:14 extensibility_sample
drwxrwxr-x 2 aws_cam aws_cam 4096 Dec 19 09:14 lib
-rwxrwxr-x 1 aws_cam aws_cam 323560 Dec 19 09:14 multi_output_sample
-rwxrwxr-x 1 aws_cam aws_cam 329440 Dec 19 09:13 object_detection_sample
-rwxrwxr-x 1 aws_cam aws_cam 328064 Dec 19 09:13 object_detection_sample_ssd
-rwxrwxr-x 1 aws_cam aws_cam 333256 Dec 19 09:13 object_detection_sample_yolo
-rwxrwxr-x 1 aws_cam aws_cam 328976 Dec 19 09:14 segmentation_sample
-rwxrwxr-x 1 aws_cam aws_cam 313024 Dec 19 09:15 style_transfer_sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment