fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Johannes Schüth

I'm currently adding a module / API to video4j. The current implementation is using opencv. I'll try a CNN based face detector using dlib next. Should be much faster since it is GPU powered. I want to automatically extract embeddings and use kNN search with HnswGraph (Hierarchical Navigable Small World graph) to test face recognition / matching.