Reverse Engineering a Coral TPU
Using a Coral TPU is annoying because interfacing with it requires outdated libraries which may not be available a certain embedded system. Instead, in this post I will reverse-engineer the process of interfacing with the Coral TPU. As a result, I will be able to mock a simple driver that only requires USB to send data for inference, which works in Python without additional libraries. All the software is available in my Github. ...
