源码地址:
git clone https://github.com/vietanhdev/anylabeling.git
Auto Labeling with Segment Anything
Features:
conda create -n anylabeling python=3.8
conda activate anylabeling
conda install -c conda-forge pyqt==5.15.7
pip install anylabeling # or pip install anylabeling-gpu for GPU support
anylabeling
pyrcc5 -o anylabeling/resources/resources.py anylabeling/resources/resources.qrc
python anylabeling/app.py
pip install -r requirements-dev.txt
bash build_executable.sh
dist/
.