血细胞检测数据集 | 用于血细胞计数+检测的小规模数据集_已经整理成VOC格式_总共410张图

  • 项目应用场景
    • 面向血细胞检测+计数数据集,已经整理成 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 结构
<annotation>
	<folder>JPEGImages</folder>
	<filename>BloodImage_00000.jpg</filename>
	<path>/home/pi/detection_dataset/JPEGImages/BloodImage_00000.jpg</path>
	<source>
		<database>Unknown</database>
	</source>
	<size>
		<width>640</width>
		<height>480</height>
		<depth>3</depth>
	</size>
	<segmented>0</segmented>
	<object>
		<name>WBC</name>
		<pose>Unspecified</pose>
		<truncated>0</truncated>
		<difficult>0</difficult>
		<bndbox>
			<xmin>260</xmin>
			<ymin>177</ymin>
			<xmax>491</xmax>
			<ymax>376</ymax>
		</bndbox>
	</object>
    ...
	<object>
		...
	</object>
</annotation>
  • 项目获取

最近更新

  1. TCP协议是安全的吗?

    2024-04-08 13:48:01       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-08 13:48:01       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-08 13:48:01       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-08 13:48:01       18 阅读

热门阅读

  1. 力扣-搜索二维矩阵

    2024-04-08 13:48:01       14 阅读
  2. 3GPP-LTE Band26标准定义频点和信道(V17.3.0 (2022-09)

    2024-04-08 13:48:01       14 阅读
  3. Python基于Tkinter的加法游戏

    2024-04-08 13:48:01       12 阅读
  4. 利用hdfs gateway挂载NFS到本地

    2024-04-08 13:48:01       10 阅读
  5. GitOps是DevOps的下一个风口吗?

    2024-04-08 13:48:01       13 阅读
  6. FDA 上市库 Mini | 药物筛选 | MCE

    2024-04-08 13:48:01       14 阅读
  7. HyperBus协议--HyperFLASH中Program Suspend 功能的理解

    2024-04-08 13:48:01       11 阅读