Hacker News new | ask | show | jobs
by pbourke 2227 days ago
First off - this is really neat, especially the focus on privacy and the use of AI at the edge.

It seems like the occupancy limit problem for small rooms is much more challenging than the building-density problem, since a single error could DOS the room.

How do you account for that?

1 comments

Def. We call that the OB1 problem (off-by-one). If either event detection (did something happen) or event classification (entry or entrance) is wrong, you can be off the whole day. To solve that, we have a different approach / non-threshold approach for boolean occupancy. Not implemented here.
What data does the sensor collect? How visible is the data it sends back to the platform?
It's a custom sensor in the lidar family. Uses infrared lasers as illumination and generates depth data. Essentially millions of height values. When depth is rendered to be human legible it look looks like greyscale silhouettes (dark grey is far away, lighter gray is nearer). Sensor processes those values on the edge and published +1/-1 and telemetry data (system health).