# auto_annotate_backend **Repository Path**: yangkeloff/auto_annotate_backend ## Basic Information - **Project Name**: auto_annotate_backend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-03 - **Last Updated**: 2025-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 进入后端项目 cd auto_annotate_backend ## 克隆 GroundingDINO git clone https://github.com/IDEA-Research/GroundingDINO.git ## 并安装 cd GroundingDINO pip install -e . mkdir -p weights cd weights wget -q https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth ## 回到后端根目录 pip install pillow opencv-python supervision ## 安装 Segment Anything pip install git+https://github.com/facebookresearch/segment-anything.git ## 安装图像处理依赖 pip install opencv-python scikit-image ## 下载一个 SAM 的 checkpoint mkdir -p sam_weights cd sam_weights wget https://dl.fbaipublicfiles.com/segment_anything/sam_vit_b_01ec64.pth