# cv_yolov8 **Repository Path**: chris118/cv_yolov8 ## Basic Information - **Project Name**: cv_yolov8 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-06-09 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README yolo detect train data=./ultralytics/cfg/datasets/safty.yaml model=yolov8s.pt epochs=100 imgsz=640 ls | head -n 10 > file_list.txt cat file_list.txt | xargs -I {} cp {} /root/wxp/datasets/safty100/Annotations ls | head -n 10 > file_list.txt cat file_list.txt | xargs -I {} cp {} /root/wxp/datasets/safty100/Images