jveitchmichaelis / edgetpu-yolo

Minimal-dependency Yolov5 and Yolov8 export and inference demonstration for the Google Coral EdgeTPU
101 stars 31 forks source link

Doing inference with Google TPU v3.8 #5

Closed kurianbenoy-sentient closed 2 years ago

kurianbenoy-sentient commented 2 years ago

Since you have already provided inference with edgeTPUs. Is it possible using this project to run the inference of Google cloud TPU machine as well?

jveitchmichaelis commented 2 years ago

This should be raised on the main Yolov5 issue tracker. The EdgeTPU and TPU are very different platforms. There is already a Keras implementation of the model so that would be a good start to getting it running.