rocAL Unit Tests#
This application can be used to verify the functionality of the API offered by rocAL.
Build Instructions#
Pre-requisites#
Ubuntu Linux, version
16.04
or laterrocAL library (Part of the MIVisionX toolkit)
Radeon Performance Primitives (RPP)
build#
mkdir build
cd build
cmake ../
make
running the application#
./rocAL_unittests
Usage: ./rocAL_unittests reader-type pipeline-type=1(classification)2(detection)3(keypoints) <image-dataset-folder> output_image_name <width> <height> test_case gpu=1/cpu=0 rgb=1/grayscale=0 one_hot_labels=num_of_classes/0 display_all=0(display_last_only)1(display_all)