This is a GUI project for Deep Learning Object Detection based on YOLOv3 model
-
CUDA GPU(optional for test)
-
PyTorch >= 1.1.0
-
torchvision>=0.2.1
Installation instructions can be found in https://pytorch.org/get-started/locally/.
-
python 3.X
-
PyQt5
step 1 : open camera
step 2 : load pretrained model (eg, yolov3.weights)
step 3 : load configure file (eg, yolov3.cfg)
step 4 : detect object
python login.py