# YOLO **Repository Path**: fxg1997/yolo ## Basic Information - **Project Name**: YOLO - **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-05-13 - **Last Updated**: 2026-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### ``` pip install -U ultralytics ``` #### ``` pip install ultralytics-opencv-headless ``` #### 标注 ``` pip install labelimg -i https://pypi.tuna.tsinghua.edu.cn/simple labelImg ./images classes.txt ``` ##### - 1.安装 ``` conda activate labelme ``` - 2.使用 ``` labelme python data/XML2TXT.py ``` -3 训练 ``` // 配置说明 https://docs.ultralytics.com/zh/usage/cfg yolo detect train data=data/data.yaml model=yolo26s.pt epochs=100 imgsz=640 imgsz=640 workers=16 device=0 batch=-1 ```