Additional Samples (Atlas training products )
The following table lists the available samples.
Sample |
How to Obtain |
Basic Function |
Description |
|---|---|---|---|
acl_operator_add |
This sample verifies the functionality of the custom operator by converting the custom operator file into a single-operator offline model file and loading the file for execution. |
||
vpc_resnet50_imagenet_classification |
Image classification with Caffe ResNet-50 (image decoding+resizing+synchronous inference) |
This sample shows how to classify images based on the Caffe ResNet-50 network (single input with batch size = 1). For details, see the sample usage guide. |
|
vdec_resnet50_classification |
Image classification with Caffe ResNet-50 (video decoding+synchronous inference) |
||
resnet50_imagenet_classification |
Image classification with Caffe ResNet-50 (synchronous inference) |
||
resnet50_async_imagenet_classification |
Image classification with Caffe ResNet-50 (asynchronous inference) |
||
vpc_jpeg_resnet50_imagenet_classification |
In this sample, one or more 224 x 224 YUV420SP NV12 images are cropped from a YUV420SP NV12 input image. |