How to map people detected in a fixed camera view to a 2D seat layout (seat occupancy, not person ID)?
Summary The problem of mapping people detected in a fixed camera view to a 2D seat layout is a spatial mapping and assignment problem. The goal is to determine whether a given seat is occupied or not, without identifying the person. The current approach uses object detection (e.g., YOLO) and region of interest (ROI) to … Read more