Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 563 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 563 Bytes

SRGAN 4x image resolution upscale using Tensorflow Lite

This example uses SRGAN to showcase the working of TFLite delegate running with ArmNN acceleration.

Add symlinks for libraries

sudo ln ../libs/delegate/libarmnnDelegate.so.29.1 libarmnnDelegate.so.29
sudo ln ../libs/libarmnn.so.34.0 libarmnn.so.34

Run the example

python3 run_inference.py

The upscaled output is saved as output.png

Note:

Modify the BACKEND variable in the code to use either GpuAcc or CpuAcc backends.