Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
577
3.15k
label
class label
3 classes
0images
0images
0images
0images
0images
1labels
1labels
1labels
1labels
1labels
3train2017
3train2017
3train2017
3train2017
3train2017

RiceBlast Lesion Segmentation Dataset(Preview)

This repository provides a preview subset of a rice leaf dataset, including instance-level leaf segmentation and semantic annotation of blast lesions. It is part of our ongoing research paper RBNet.

Status

  • The associated manuscript is currently under peer review.
  • The full dataset (including the complete image set, full annotations, and additional metadata) will be released upon paper acceptance.

File structure

.
β”œβ”€β”€ data/coco/       # instance-level leaf segmentation datasets
β”‚   β”œβ”€β”€ train2017/
β”‚   β”‚   └── xxx.jpg
β”‚   β”œβ”€β”€ val2017/
β”‚   β”‚   └── xxx.jpg
β”‚   β”œβ”€β”€ test2017/
β”‚   β”‚   └── xxx.jpg
β”‚   └── annotations/
β”‚       β”œβ”€β”€ instances_train2017.json
β”‚       β”œβ”€β”€ instances_val2017.json
β”‚       └── instances_test2017.json
β”‚
└── datasets/        # semantic annotation of blast lesions
    β”œβ”€β”€ train/
    β”‚   β”œβ”€β”€ images/
    β”‚   β”‚   └── xxx.png
    β”‚   └── labels/
    β”‚       └── xxx.png
    β”œβ”€β”€ val/
    β”‚   β”œβ”€β”€ images/
    β”‚   β”‚   └── xxx.png
    β”‚   └── labels/
    β”‚       └── xxx.png
    └── test/
        β”œβ”€β”€ images/
        β”‚   └── xxx.png
        └── labels/
            └── xxx.png

License

CC-BY-4.0

Citation

If you use this dataset in your research, please cite the corresponding paper:

X. Yang, C. Jin, et al., "An Instance–Semantic Cascade Framework with RBNet for In-Situ Rice Blast Severity Quantification in Multi-Leaf Field Scenes" (under review)

A BibTeX entry will be added after acceptance.

Contact

For questions, issues, or collaboration inquiries, please open an issue in this repository.

Downloads last month
14