This repository contains two folders each representing one problem statement: Platform Code Ticketing code
In the Platform folder, you will find code related to the platform edge crossing and fall detection. To run the code, execute the file named Edge_Crossing.py. Ensure to adjust the file path within the code to point to the desired video. This allows you to check the functionality with different videos.
The Ticketing Code folder contains code related toticketing queue alarm detection. To execute the ticketing code, run the file named Ticketing_Counter.py. Similarly, make sure to adjust the file path within the code to specify the desired video.
- Clone this repository to your local machine.
- Navigate to the root directory of the repository.
- Install the required dependencies by executing the following command:
pip install -r requirements.txt
- Adjust the file path of the video in both
Edge_Crossing.py(inside the Platform Code folder) andTicketing_Counter.py(inside the Ticketing Code folder) according to your requirements.
- Ensure that you have Python installed on your system.
- The
requirements.txtfile contains a list of dependencies necessary to run the code. Installing them via pip ensures that all required packages are available. - For any further assistance or inquiries, feel free to contact the repository owner.