Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 943 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 943 Bytes

FPGA support for anode using CFU-Playground.

Getting Started

git clone https://github.com/google/CFU-Playground
cd CFU-Playground/proj
git clone https://github.com/hyouteki/anodecfu
cd anodecfu
chmod +x setup.sh
./setup.sh
cd ../../
./scripts/setup

Courtesy

  1. anode - hyouteki: An indigenous system design for anomaly detection from CCTV camera feed
  2. CFU-Playground - google: A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM)

References

  1. ReadTheDocs - CFU-Playground
  2. step-by-step guide - CFU-Playground