Results 8 comments of SPPEDAI

https://github.com/heartexlabs/labelImg/issues/967#issuecomment-1359672079 I solve the problem

sudo usermod -aG docker $USER sudo chmod 666 /var/run/docker.sock sudo apt-get install unzip export CVAT_VERSION="v2.2.0" cd cvat docker compose down cd .. mv cvat cvat_170 wget https://github.com/opencv/cvat/archive/refs/tags/${CVAT_VERSION}.zip unzip ${CVAT_VERSION}.zip &&...

you need to embed /data file in the .exe file code: pyinstaller --hidden-import=pyqt5 --hidden-import=lxml -F -n "labelImg1" -c labelImg.py -p ./libs -p ./ --add-data " Your PATH/data;data/"

> > you need to embed /data file in the .exe file code: pyinstaller --hidden-import=pyqt5 --hidden-import=lxml -F -n "labelImg1" -c labelImg.py -p ./libs -p ./ --add-data " Your PATH/data;data/" >...

I created my own Docker. You can use it. spped2000/dinov2manyproblem:lastest

I have already created my own function to visualize. You can use it. https://github.com/spped2000/SkeletonVisualize_Heatmap2.git @da13132

Do you have code that FastSAM intregated to SAHI?