# yolo-t1 **Repository Path**: th0885/yolo-t1 ## Basic Information - **Project Name**: yolo-t1 - **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-03-10 - **Last Updated**: 2025-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YOLO 学习笔记 ## 标注工具 labelImg https://github.com/CVHub520/X-AnyLabeling ## 标注数据格式 0 0.1 0.1 0.2 0.2 0 代表类型下标 0.1 0.1 代表目标中心点的 x/y 比例坐标 0.2 0.2 代表目标宽高的 x/y 比例坐标 ## 学习资料 https://zhuanlan.zhihu.com/p/680899372 https://zhuanlan.zhihu.com/p/636164570