# study2026 **Repository Path**: heliteng/study2026 ## Basic Information - **Project Name**: study2026 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-05 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 工具下载: ### git https://registry.npmmirror.com/binary.html?path=git-for-windows/v2.55.0.windows.2/ ``` https://registry.npmmirror.com/-/binary/git-for-windows/v2.55.0.windows.2/Git-2.55.0.2-64-bit.exe ``` ### code ``` git clone https://gitee.com/heliteng/study2026.git ``` ### IDE https://www.trae.cn/ ``` https://lf-cdn.trae.com.cn/obj/trae-com-cn/pkg/app/releases/stable/2.3.49398/win32/Trae_CN-Setup-x64.exe ``` ### conda Miniconda https://anaconda.com/api/installers/Miniconda3-latest-Windows-x86_64.exe https://repo.anaconda.com/archive/Anaconda3-2025.12-2-Windows-x86_64.exe #### 配置国内镜像源 配置 conda 下载源为国内镜像(速度快)【下面全选复制粘贴到终端回车】 ```bash conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/r/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/msys2/ conda config --set show_channel_urls yes ``` ## git 提交说明 ```bash # 添加所有改动文件 git add -A # 提交代码(双引号内填写提交信息) git commit -m "提交信息" # 推送到远程仓库 git push ``` > 提示:提交信息应简洁明了,概括本次改动的内容,如 `git commit -m "修复xxx bug"` 或 `git commit -m "新增xxx功能"` ## 目录说明 | 目录 | 说明 | | ----------- | ------------------ | | poppy-classifier | 罂粟花二分类识别 | | distill | 蒸馏 | | cnn-mnist | CNN手写数字识别 | | yolo-face | yolo人脸识别 | | yolo-pose | yolo姿态估计 | | yolo-class | yolo目标分类检测 |