# half_model_label **Repository Path**: xmqgitee/half_model_label ## Basic Information - **Project Name**: half_model_label - **Description**: 半自动模型识别标注 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 15 - **Created**: 2024-08-14 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # half_model_label #### 介绍 半自动模型识别标注 #### 安装教程 ##### cpu 安装 1. pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple 2. pip install paddleocr -i https://pypi.tuna.tsinghua.edu.cn/simple 3. pip install torch torchvision -i https://pypi.tuna.tsinghua.edu.cn/simple ##### gpu安装 1. python -m pip install paddlepaddle-gpu==2.6.0.post120 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html 2. pip install paddleocr 3. pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 ###### PyQt5安装轻量版 pip install PyQt-Fluent-Widgets ###### PyQt5安装完整版 pip install "PyQt-Fluent-Widgets[full]" ##### 其他包 pip install loguru -i https://pypi.tuna.tsinghua.edu.cn/simple pip install ddddocr -i https://pypi.tuna.tsinghua.edu.cn/simple pip install open_clip_torch -i https://pypi.tuna.tsinghua.edu.cn/simple ##### 特别说明 paddlepaddle跟clip只能一个gpu一个cpu #### 使用说明 1. python main.py #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request