This system is a real-time car occupant detection and counting system, which is developed using OpenCV and Qt. It utilizes IP-cameras for video capture and model training. The system includes an end-user interface and uses a relational data model for data storage.
You can check out the demo here.
- NVIDIA GPU (CUDA compatible)
- Qt
CUDA can be installed by following the instructions on the official NVIDIA page.
The NVIDIA Video Codec SDK can be obtained from the official NVIDIA website. Follow the instructions provided for installation.
You can download and install Qt from their official website.
After installing the above dependencies, you can build the project from source by following these steps:
- Clone the repository:
git clone https://github.com/pouya1991/FaceIdentifier.git
- Navigate into the project directory:
cd FaceIdentifier
- Build the project using Qt:
qmake FaceIdentifier.pro
make
After successfully building the project, you can run the application.
Please refer to the user manual for detailed instructions on how to use the system.