搭建一个网站的流程,关键词优化诊断,中国核工业第五建设有限公司官网,wordpress 二开项目应用场景 面向血细胞检测计数数据集#xff0c;已经整理成 VOC 格式#xff0c;可以直接用于目标检测算法的训练#xff0c;如 YOLO 等目标检测算法的训练。血细胞检测数据集图片质量好#xff0c;可直接训练出一个血细胞检测模型#xff0c;或者作为血细胞检测数据集…项目应用场景 面向血细胞检测计数数据集已经整理成 VOC 格式可以直接用于目标检测算法的训练如 YOLO 等目标检测算法的训练。血细胞检测数据集图片质量好可直接训练出一个血细胞检测模型或者作为血细胞检测数据集的补充。
项目效果 项目细节 具体参见项目 README.md (1) 项目目录结构
├── BCCD
│ ├── Annotations
│ │ └── BloodImage_00XYZ.xml (364 items)
│ ├── ImageSets # Contain four Main/*.txt which split the dataset
│ └── JPEGImages
│ └── BloodImage_00XYZ.jpg (364 items)
├── dataset
│ └── mxnet # Some preprocess scripts for mxnet
├── scripts
│ ├── split.py # A script to generate four .txt in ImageSets
│ └── visualize.py # A script to generate labeled img like example.jpg
├── example.jpg # A example labeled img generated by visualize.py
├── LICENSE
└── README.md (2) 数据集 VOC 结构
annotationfolderJPEGImages/folderfilenameBloodImage_00000.jpg/filenamepath/home/pi/detection_dataset/JPEGImages/BloodImage_00000.jpg/pathsourcedatabaseUnknown/database/sourcesizewidth640/widthheight480/heightdepth3/depth/sizesegmented0/segmentedobjectnameWBC/nameposeUnspecified/posetruncated0/truncateddifficult0/difficultbndboxxmin260/xminymin177/yminxmax491/xmaxymax376/ymax/bndbox/object...object.../object
/annotation
项目获取 https://download.csdn.net/download/weixin_42405819/89093510