Skip to content

Latest commit

 

History

History
 
 

image_augmentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Image Augmentation Application

This application demonstrates a basic usage of RALI's C API to load JPEG 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/mivisionx/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/rpp/lib
mkdir build
cd build
cmake ../
make 

running the application

image_augmentation <path-to-image-dataset>