Hacker News new | ask | show | jobs
by tripleplay369 3230 days ago
- One of the benefits of our system - as opposed to other more traditional video-based approaches - is that we never send any raw data off our devices. We have a light-weight neural-net model (about ~10MB) that runs directly on the devices, and only reports back on detected events (so things like “person detected”, “door-entry passed”), etc. This also has a side-benefit in that our devices can operate on low-bandwidth networks (and makes it economical to backhaul detected event-data over a cellular network).

- We include a gateway device with our product, and if anything goes wrong (sensor or gateway goes offline), we cover this as part of our service contract.

- Warehouses are another potential vertical, provided we have access to training data to train up our models. For example, if someone wanted to “count” things like boxes / forklifts / etc, our sensors can be configured to detect them.