A door detector based on yolo implemented by OpenCV.
This repository is based on the contribution of MiguelARD/DoorDetect-Dataset and arunponnusamy/object-detection-opencv.
-
Install python requirements.
Mainly opencv-python
-
Download weight file and put it in the root directory.
Download here.
-
Run with image, video or webcam.
Examples can be seen in the .bat file. The meaning of args can be found in python file.