This repository serves as a patch for YOLO REAL TIME HUMAN DETECTION. It contains fixes, improvements, or additional features that are intended to be integrated into the original project.
The purpose of this patch repository is to:
- Address specific issues or bugs in the original repository.
- Introduce enhancements or optimizations to the original functionality.
- Provide supplementary features that complement the original project.
To apply this patch to the original repository, follow these steps:
-
Clone or download the original repository if you haven't already:
git clone https://github.com/muhammadshiraz/YOLO-Realtime-Human-Detection.git
-
Follow the specified steps in the original repository, using the pretrained model weights of your choice.
-
Clone or download this patch repository:
git clone https://github.com/Sensorize-HackUPC2024/camera-occupancy-sensor.git
-
Navigate into the original repository directory:
cd YOLO-Realtime-Human-Detection -
Apply the patch using git apply:
git apply ../camera-occupancy-sensor/yolo_realtime_woman_detection.py
-
Resolve any conflicts if necessary and commit the changes.
-
Verify that the patch has been successfully applied and test the functionality.