Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 963 Bytes

File metadata and controls

41 lines (34 loc) · 963 Bytes

FFNet TensorFlow Lite GPU Delegate VisionFive 2.

HW

How to build.

Clone repository and init submodule.

$ git clone https://github.com/NobuoTsukamoto/tflite-cv-example.git
$ cd tflite-cv-example
$ git submodule update --init --recursive

Build

$ cd ffnet
$ mkdir build && cd build
$ cmake ..
$ make -j3

Download FFNet model from PINTO_model_zoo

$ git clone https://github.com/PINTO0309/PINTO_model_zoo.git
$ cd 395_FFNet
$ ./download.sh

Usage

$ ./ffnet_tflite_gpu \
  --model=_PATH_TO_MODEL_FILE_ \
  --video=_PATH_TO_INPUT_VIDEO_FILE_ \
  --output=_PATH_TO_OUTPUT_VIDEO_FILE_

Refferince