rocal_dataloader application#

This application demonstrates a basic usage of rocAL’s C API to load RAW images from the disk and modify them in different possible ways and displays the output images.

Build Instructions#

Pre-requisites#

build#

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/lib
mkdir build
cd build
cmake ../
make

running the application#

rocal_dataloader <path-to-image-dataset>