|
|
|
|
|
by wcrichton
2866 days ago
|
|
Note that if you use open source models, it’s orders of magnitude cheaper. In my own tests, an off the shelf face DNN-based face detector [1] ran at 20 FPS on a 16 vCPU machine (Google Cloud). With our hand-rolled distributed execution engine [2], we processed around 40 million images for about $2000, which is 14x cheaper than the cheapest figure cited in OP. I don’t know the accuracy difference, but it sounds like OP will cover this in the next post. [1] https://github.com/davidsandberg/facenet/tree/master/src/ali... [2] https://github.com/scanner-research/scanner |
|