@Vengineerの戯言 : Twitter
SystemVerilogの世界へようこそ、すべては、SystemC v0.9公開から始まった
おや
— nb.o (@Nextremer_nb_o) August 30, 2019
Coral Edge TPUの gitリポジトリに新しいブランチができた。 https://t.co/gJIunsHxBa
から、調べてみました。
新規ディレクトリは、
- tools
- scripts
- qa_test
- examples
が追加されました。
tools には、Docker用ファイルも入っています。
examples には、下記の Python コードがあります。
- backprop_last_layer.py
- classify_capture.py
- classify_image.py
- imprinting_learning.py
- object_detection.py
- two_models_inference.py
two_models_inference.py では、ClassificationEngine と DetectionEngine のモデルを動かく場合に、2つのスレッドで動作させた時と遂次実行した時のコードのようですね。
その他として、TensorFlow Lite で edge TPU delegate を使うときのためのヘッダーも追加されていますね。