Skip to content

rouai/PySide6-GUI

 
 

Repository files navigation

GUI For Testing YOLOv8 and YOLO-NAS

Alt Text

Installation For Windows

Before you start: You should have already installed Anaconda.

Getting Started

1.Create a new environment to install the packages in it.

 conda create --name <env_name>

2.Activate the new environment

  conda activate <env_name>

3.Install the packages needed

  conda install --file requirements.txt

4.Run the GUI ( It may take some time to launch) :

  python main.py

Note:

For Windows, You should have installed Microsoft Visual C++ Build Tools to install super-gradients properly (required for pycocotools)

Notice :

There are still some bugs in the software .

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%