Hacker News new | ask | show | jobs
by htrp 597 days ago
would love to hear more on the architecture choices you made.

do your models run on device? what's the general CV backbone?

1 comments

Everything runs on device in tflite and it gives us some headaches, especially Android ecosystem.

We do not use anything fancy, detector is ssd-like, and classifier is either resnet or efficientnet depending on your device capability