LifeScienceModel/VegAnn
VegAnn Dataset ๐ Dataset Description ๐ VegAnn, short for Vegetation Annotation, is a meticulously curated collection of 3,775 multi-crop RGB images aimed at enhancing research in crop vegetation segmentation. These images span various phenological stages and were captured using diverse systems and platforms under a wide range of illumination conditions. By aggregating sub-datasets from different projects and institutions, VegAnn represents a broad spectrum ofโฆ See the full description on the dataset page: https://huggingface.co/datasets/LifeScienceModel/VegAnn.
128
1---2dataset_info:3 features:4 - name: image5 dtype: image6 - name: mask7 dtype: image8 - name: System9 dtype: string10 - name: Orientation11 dtype: string12 - name: latitude13 dtype: float6414 - name: longitude15 dtype: float6416 - name: date17 dtype: string18 - name: LocAcc19 dtype: int6420 - name: Species21 dtype: string22 - name: Owner23 dtype: string24 - name: Dataset-Name25 dtype: string26 - name: TVT-split127 dtype: string28 - name: TVT-split229 dtype: string30 - name: TVT-split331 dtype: string32 - name: TVT-split433 dtype: string34 - name: TVT-split535 dtype: string36 splits:37 - name: train38 num_bytes: 1896819757.939 num_examples: 377540 download_size: 194031375741 dataset_size: 1896819757.942configs:43- config_name: default44 data_files:45 - split: train46 path: data/train-*47---48# VegAnn Dataset ๐49 50## Dataset Description ๐51 52VegAnn, short for Vegetation Annotation, is a meticulously curated collection of 3,775 multi-crop RGB images aimed at enhancing research in crop vegetation segmentation. These images span various phenological stages and were captured using diverse systems and platforms under a wide range of illumination conditions. By aggregating sub-datasets from different projects and institutions, VegAnn represents a broad spectrum of measurement conditions, crop species, and development stages.53 54### Languages ๐55 56The annotations and documentation are primarily in English.57 58## Dataset Structure ๐59 60### Data Instances ๐ธ61 62A VegAnn data instance consists of a 512x512 pixel RGB image patch derived from larger raw images. These patches are designed to provide sufficient detail for distinguishing between vegetation and background, crucial for applications in semantic segmentation and other forms of computer vision analysis in agricultural contexts.63 64 6566 67### Data Fields ๐68 69- `Name`: Unique identifier for each image patch.70- `System`: The imaging system used to acquire the photo (e.g., Handheld Cameras, DHP, UAV).71- `Orientation`: The camera's orientation during image capture (e.g., Nadir, 45 degrees).72- `latitude` and `longitude`: Geographic coordinates where the image was taken.73- `date`: Date of image acquisition.74- `LocAcc`: Location accuracy flag (1 for high accuracy, 0 for low or uncertain accuracy).75- `Species`: The crop species featured in the image (e.g., Wheat, Maize, Soybean).76- `Owner`: The institution or entity that provided the image (e.g., Arvalis, INRAe).77- `Dataset-Name`: The sub-dataset or project from which the image originates (e.g., Phenomobile, Easypcc).78- `TVT-split1` to `TVT-split5`: Fields indicating the train/validation/test split configurations, facilitating various experimental setups.79 80### Data Splits ๐81 82The dataset is structured into multiple splits (as indicated by `TVT-split` fields) to support different training, validation, and testing scenarios in machine learning workflows.83 84## Dataset Creation ๐ 85 86### Curation Rationale ๐ค87 88The VegAnn dataset was developed to address the gap in available datasets for training convolutional neural networks (CNNs) for the task of semantic segmentation in real-world agricultural environments. By incorporating images from a wide array of conditions and stages of crop development, VegAnn aims to enhance the performance of segmentation algorithms, promote benchmarking, and foster research on large-scale crop vegetation segmentation.89 90### Source Data ๐ฑ91 92#### Initial Data Collection and Normalization93 94Images within VegAnn were sourced from various sub-datasets contributed by different institutions, each under specific acquisition configurations. These were then standardized into 512x512 pixel patches to maintain consistency across the dataset.95 96#### Who are the source data providers?97 98The data was provided by a collaboration of institutions including Arvalis, INRAe, The University of Tokyo, University of Queensland, NEON, and EOLAB, among others.99 100 101102 103### Annotations ๐104 105#### Annotation process106 107Annotations for the dataset were focused on distinguishing between vegetation and background within the images. The process ensured that the images offered sufficient spatial resolution to allow for accurate visual segmentation.108 109#### Who are the annotators?110 111The annotations were performed by a team comprising researchers and domain experts from the contributing institutions.112 113## Considerations for Using the Data ๐ค114 115### Social Impact of Dataset ๐116 117The VegAnn dataset is expected to significantly impact agricultural research and commercial applications by enhancing the accuracy of crop monitoring, disease detection, and yield estimation through improved vegetation segmentation techniques.118 119### Discussion of Biases ๐ง120 121Given the diverse sources of the images, there may be inherent biases towards certain crop types, geographical locations, and imaging conditions. Users should consider this diversity in applications and analyses.122 123### Licensing Information ๐124 125Please refer to the specific licensing agreements of the contributing institutions or contact the dataset providers for more information on usage rights and restrictions.126 127## Citation Information ๐128 129If you use the VegAnn dataset in your research, please cite the following:130 131 132```133@article{madec_vegann_2023,134 title = {{VegAnn}, {Vegetation} {Annotation} of multi-crop {RGB} images acquired under diverse conditions for segmentation},135 volume = {10},136 issn = {2052-4463},137 url = {https://doi.org/10.1038/s41597-023-02098-y},138 doi = {10.1038/s41597-023-02098-y},139 abstract = {Applying deep learning to images of cropping systems provides new knowledge and insights in research and commercial applications. Semantic segmentation or pixel-wise classification, of RGB images acquired at the ground level, into vegetation and background is a critical step in the estimation of several canopy traits. Current state of the art methodologies based on convolutional neural networks (CNNs) are trained on datasets acquired under controlled or indoor environments. These models are unable to generalize to real-world images and hence need to be fine-tuned using new labelled datasets. This motivated the creation of the VegAnn - Vegetation Annotation - dataset, a collection of 3775 multi-crop RGB images acquired for different phenological stages using different systems and platforms in diverse illumination conditions. We anticipate that VegAnn will help improving segmentation algorithm performances, facilitate benchmarking and promote large-scale crop vegetation segmentation research.},140 number = {1},141 journal = {Scientific Data},142 author = {Madec, Simon and Irfan, Kamran and Velumani, Kaaviya and Baret, Frederic and David, Etienne and Daubige, Gaetan and Samatan, Lucas Bernigaud and Serouart, Mario and Smith, Daniel and James, Chrisbin and Camacho, Fernando and Guo, Wei and De Solan, Benoit and Chapman, Scott C. and Weiss, Marie},143 month = may,144 year = {2023},145 pages = {302},146}147```148 149## Additional Information150 151- **Dataset Curators**: Simon Madec et al.152- **Version**: 1.0153- **License**: Specified by each contributing institution154- **Contact**: TBD155 