Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GinkgoX/YOLOv3GUI_Pytorch_PyQt5

This is a GUI project for Deep Learning Object Detection based on YOLOv3 model
https://github.com/GinkgoX/YOLOv3GUI_Pytorch_PyQt5

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
python login.py
```

#### #Reference:

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