RangiLyu / nanodet

NanoDet-Plusāš”Super fast and lightweight anchor-free object detection model. šŸ”„Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphonešŸ”„
Apache License 2.0
5.78k stars 1.04k forks source link

support for TPU? #174

Open batrlatom opened 3 years ago

batrlatom commented 3 years ago

Hi, great work! Would you plan to add support for TPU edge? This would be awesome since the best model on TPU is mobiledet.

alexanderfrey commented 3 years ago

I gave the conversion from Pytorch > ONNX > TFLite > edgeTPU a try and it is not working here. Support would be definitely appreciated.