Abstract
A demonstration of the implementation of vehicle occupancy detection on hardware-software is shown in this
paper. For the purpose of validating applications for vehicle occupancy detection, a hardware Field Programmable Gate
Array (FPGA) platform, also known as PYNQ-ZU, is a feasible embedded architecture. Automatic in-car occupancy
monitoring is an important technology in modern transportation, with major implications for safety, energy efficiency, and
smart vehicle management. One of the primary benefits of mmWave radar is its ability to accurately detect the number
and location of vehicle occupants, mmWave radar ensures robust detection under all lighting and weather conditions.
In our research, the proposed approach was applied to point cloud images. Following the generation of 3D point cloud
images, two filters, Top-View (TV), and Front-View (FV), were used to improve vehicle occupancy detection. These filters
transformed 3D images into 2D ones. TV filter was found to be more effective than the FV filter. After filtering the 2D
images, Mexican Hat Wavelet Transform (MHWT) was used to extract features from them. Four machine learning methods
were then used to determine vehicle seat occupancy, with Logistic Regression (LR) and Support Vector Machine (SVM)
producing the highest results, with an accuracy of 98%. In comparison to existing methods, the proposed approach,
which utilizes mmWave radar, TV Filter, MHWT, FPGA (PYNQ-ZU), and LR, was determined to significantly improve the
accuracy of vehicle occupancy detection.