This was the AI code that was designed for detecting men and women proximity.
- Detects number of close proximity violations
- Used Transfer Learning
- States number of violations in an instance in real time
- OpenCV-
pip install opencv-python
- imutils-
pip install imutils
- An appropriate dataset like coco.
- Install the requirements.
- Place the video file in the root directory.
- Use bash/shell to run the code with the --input file.mp4 parameters.
Incorrect detection of Male/Females.
Solution: Needs more training. Use LabelImg or any darknet executable.