Before you start: You should have already installed Anaconda.
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
For Windows, You should have installed Microsoft Visual C++ Build Tools to install super-gradients properly (required for pycocotools)
There are still some bugs in the software .