Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
350
512
label
class label
3 classes
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
1IR_HIGH
End of preview. Expand in Data Studio

VisTA-SR: Paired Low/High-Resolution Thermal & RGB Agricultural Dataset (Training_T4_1_2_3)

Official dataset repository for the CVPR 2024 Workshop paper: "VisTA-SR: Improving the Accuracy and Resolution of Low-Cost Thermal Imaging Cameras for Agriculture"


Dataset Description

This dataset consists of aligned multi-modal image triplets captured in field conditions (University of California, Davis) during the 2022 growing season across warm-season grain legume fields (Cowpea Vigna unguiculata and Common Bean Phaseolus vulgaris).

Image Modalities & Camera Hardware

  • Low-Resolution Thermal (IR_LOW): FLIR One Pro (160x120 radiometric thermal sensor, 8-14 Β΅m spectral range).
  • High-Resolution Ground Truth Thermal (IR_HIGH): FLIR Boson / VarioCAM HD (640x512 / 1024x768 industrial radiometric thermal sensor).
  • Visible RGB (RGB): Integrated FLIR One Pro visible camera (1440x1080 resolution).

Dataset Structure (Training_T4_1_2_3)

Training_T4_1_2_3/
β”œβ”€β”€ train/
β”‚   β”œβ”€β”€ IR_LOW/      # Low-resolution 160x120 thermal images
β”‚   β”œβ”€β”€ IR_HIGH/     # High-resolution ground truth thermal images
β”‚   └── RGB/         # Paired visible RGB images
└── val/
    β”œβ”€β”€ IR_LOW/
    β”œβ”€β”€ IR_HIGH/
    └── RGB/

Quickstart & Usage

Downloading via Hugging Face datasets

from datasets import load_dataset

dataset = load_dataset("heesup/VisTA-SR")
print(dataset)

Citation

@inproceedings{yun2024vista,
  title={VisTA-SR: Improving the Accuracy and Resolution of Low-Cost Thermal Imaging Cameras for Agriculture},
  author={Yun, Heesup and Lo, Sassoum and Diepenbrock, Christine H and Bailey, Brian N and Earles, J Mason},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
  pages={5470--5479},
  year={2024}
}
Downloads last month
45