Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 623 Bytes

README.md

File metadata and controls

40 lines (20 loc) · 623 Bytes

YOLOv3GUI_Pytorch_PyQt5

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

# Requirements:

# 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