Hacker News new | ask | show | jobs
by wcrichton 2922 days ago
If your use case is archival (running this on many videos stored on disk) as opposed to realtime (running on a live video feed), we built a research tool called Scanner [1] for maximum performance in offline video analytics, e.g. see our face detection example [2].

[1] https://github.com/scanner-research/scanner

[2] https://scanner-research.github.io/scannertools/#face-detect...