Install conda using this link.
git clone https://github.com/granularai/labelme.git
cd labelme
conda create --name LabelUs python=3.8
source activate LabelUs
conda install pyqt
pip install -e .
labelus
Install conda using this link.
Open windows power shell.
git clone https://github.com/granularai/labelme.git
cd labelme
conda create --name LabelUs python=3.8
conda activate LabelUs
conda install pyqt
pip install -e .
labelus