CVRP / README.md
CVRPDataset's picture
Update README.md
e97a095 verified
---
language:
- en
datasets:
- CVRP
tags:
- semantic-segmentation
- rice-panicles
- plant-phenomics
- image-processing
pretty_name: CVRP Dataset
size_categories:
- 1K<n<10K
source_datasets:
- custom
task_categories:
- image-segmentation
task_ids:
- semantic-segmentation
---
# CVRP
<!-- Provide a quick summary of the dataset. -->
<div>
Multi-cultivar and multi-view rice plant image dataset (CVRP) consists of 2,303 field images of rice plants, captured from 231 landraces and 50 modern
cultivars. Each image is paired with its corresponding annotated mask. Additionally, we provide 123 indoor images focused on individual panicles and 3D target reconstruction files.
</div>
## Overview
The dataset includes:
- **Field images**: Capturing multiple cultivars and field scenes with panicles.
- **Indoor images**: Focused on panicles with precise details.
- **Annotations**: Pixel-level segmentation masks for panicle segmentation tasks.
- **3D Reconstructions**: Point clouds in `.ply` format for target reconstruction.
### Dataset Structure
πŸ“CVRP/
β”œβ”€β”€ πŸ“FieldImages/
β”‚ β”œβ”€β”€ πŸ“field_scenes/
β”‚ β”‚ β”œβ”€β”€ πŸ“Annotations/
β”‚ β”‚ β”‚ β”œβ”€β”€ 00004.png
β”‚ β”‚ β”‚ β”œβ”€β”€ ...
β”‚ β”‚ └── πŸ“Images/
β”‚ β”‚ β”œβ”€β”€ 00004.jpg
β”‚ β”‚ β”œβ”€β”€ ...
β”‚ └── πŸ“multi_cultivars/
β”‚ β”œβ”€β”€ πŸ“T1/
β”‚ β”‚ β”œβ”€β”€ πŸ“Annotations/
β”‚ β”‚ β”‚ β”œβ”€β”€ T1_1.jpg
β”‚ β”‚ β”‚ β”œβ”€β”€ ...
β”‚ β”‚ └── πŸ“Images/
β”‚ β”‚ β”œβ”€β”€ T1_1.jpg
β”‚ β”‚ β”œβ”€β”€ ...
β”‚ └── ...
β”œβ”€β”€ πŸ“IndoorPanicleImages/
β”‚ β”œβ”€β”€ T6_1.png
β”‚ β”œβ”€β”€ T6_2.png
β”‚ β”œβ”€β”€ T6_3.png
β”‚ β”œβ”€β”€ ...
β”œβ”€β”€ πŸ“TargetReconstruction
β”‚ β”œβ”€β”€ G1204.ply
β”‚ β”œβ”€β”€ G1210.ply
└── └── G1224.ply
### Dataset Statistics
<table>
<tr>
<th style="text-align:center;">Category</th>
<th style="text-align:center;">Field Data (Multiple Cultivars)</th>
<th style="text-align:center;">Field Data (Field Scenes)</th>
<th style="text-align:center;">Indoor Data</th>
<th style="text-align:center;">Total</th>
</tr>
<tr>
<td style="text-align:center;"><b>Images</b></td>
<td style="text-align:center;">2203</td>
<td style="text-align:center;">100</td>
<td style="text-align:center;">123</td>
<td style="text-align:center;">2426</td>
</tr>
<tr>
<td style="text-align:center;"><b>Annotations</b></td>
<td style="text-align:center;">2203</td>
<td style="text-align:center;">100</td>
<td style="text-align:center;">--</td>
<td style="text-align:center;">2303</td>
</tr>
</table>
## Data and Code Availability
The CVRP dataset and accompanying codes are publicly available from Hugging Face at https://huggingface.co/datasets/CVRPDataset/CVRP & https://huggingface.co/CVRPDataset/Model,
and Bioinformatics service in Nanjing Agricultural University at http://bic.njau.edu.cn/CVRP.html.