Qt-GUI implementation of the YOLOv5 algorithm (ver.6 and ver.5)

🎉YOLOv5算法(ver.6及ver.5)的Qt-GUI实现🎉Qt-GUI implementation of the YOLOv5 algorithm (ver.6 and ver.5). 基于YOLOv5的v5版本和v6版本及Javacr大佬的UI逻辑进行编写 提供深色浅色两个UI。 Provides dark and light UI. Installation and use 1.Fetching projects from git git clone https://github.com/cnyvfang/YOLOv5-GUI.git 2.Switching the operating directory to the project directory cd [PyQt5-YOLOv5_V5/PyQt5-YOLOv5_V6] 3.Installation environment pip install -r requirements.txt 4.Launching applications Attention GUI默认为深色模式,你也可以通过在run.py的import中修改main_ui_dark为main_ui_light来让程序调整为浅色模式。 The GUI defaults to dark mode, you can also make the program adjust to light mode by changing main_ui_dark to main_ui_light in the import of run.py.    

Read more

Pyabr lightweight OS with Python and Qt

In the name of God, the Compassionate, the Merciful Pyabr © 2021 Mani Jamali. Free Software GNU General Public License v3.0 How to Contributing? for contributing in pyabr please read CONTRIBUTING.md What is Pyabr? Pyabr is a small and lightweight software use as: an operating system a small theme for android a small software for runing PyQt5 and Python applications in moblie phones a small cloud software in client a small cloud software on servers How to install it? python3 […]

Read more