ORB-HD / deface

Video anonymization by face detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add support for Coral TPU

Blacknight318 opened this issue · comments

commented

I apologize if this has already been looked at, but would there be a way to add the ability to use a Coral TPU(USB) in place of Nvidia Cuda to speed up processing?

Acceleration depends on onnxruntime execution providers. onnxruntime supports many different EPs but Coral TPUs are not among them yet. Also see microsoft/onnxruntime#10248.

You could try to convert the ONNX model in deface into TFLite format and replace the onnxruntime calls with the corresponding pycoral code in your own fork but that is out of scope of this project.