YOLOv3GUI_Pytorch_PyQt5 icon indicating copy to clipboard operation
YOLOv3GUI_Pytorch_PyQt5 copied to clipboard

This is a GUI project for Deep Learning Object Detection based on YOLOv3 model

YOLOv3GUI_Pytorch_PyQt5

This is a GUI project for Deep Learning Object Detection based on YOLOv3 model

# Requirements:

  • 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

# Instructions:

step 1 : open camera

step 2 : load pretrained model (eg, yolov3.weights)

step 3 : load configure file (eg, yolov3.cfg)

step 4 : detect object

# Demo:

python login.py

#Reference:

model: https://github.com/ultralytics/yolov3.git