# aidata_process **Repository Path**: jmdvirus/aidata_process ## Basic Information - **Project Name**: aidata_process - **Description**: 学习深度学习的时候,对数据采集及转化写的一些示例,可以方便使用,也让自己记忆 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-12 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 记录一下搞 ai 数据处理的过程 原数据结构 ``` release_data - img_mark - 所有的图片都在这里,标注后的也在这里 - img_split - 图片分割后的数据,这里面有 images 和 labels ``` 用 labelme 标注的 tovoc.sh - 转化成 voc 格式 tococo.sh - 转化成 coco 格式 后来也用了 labelimg 标注 toyolotxt.py 用于生成 yolo 的 txt 文件,基于 release_data/img_mark 下面的文件