This repository hosts the MTC-UAV dataset associated with our work:
TasselNetV3: Explainable Plant Counting With Guided Upsampling and Background Suppression
Hao Lu1, Liang Liu1,, Ya-Nan Li2, Xiao-Ming Zhao3, Xi-Qing Wang3, Zhi-Guo Cao1
1School of Artificial Intelligence and Automation, Huazhong University of Science and Technology, China
2School of Computer Science and Engineering, Wuhan Institute of Technology, China
3Crop Functional Genomics and Molecular Breeding, College of Biological Science, China Agricultural University, China
IEEE Transactions on Geoscience and Remote Sensing, 2021
- over 400 maize cultivars
- 70,870 manually annotated instances
- 306 images with 5472x3648 image resolution
- 12.5-meter-height nadir imaging view
The MTC-UAV dataset can be downloaded from:
Suppose that the dataset is placed in the ./data
folder, the path structure should look like:
$./data/maize_tassels_counting_uav_dataset
├──── images
│ ├──── DJI_0002.JPG
│ ├──── DJI_0007.JPG
│ ├──── ...
├──── labels
│ ├──── DJI_0002.csv
│ ├──── DJI_0007.csv
│ ├──── ...
├──── train.txt
├──── val.txt
train.txt
andval.txt
record the train/val split used in the experiments.
If you find this work or code useful for your research, please cite:
@article{lu2021tasselnetv3,
title={TasselNetV3: Explainable Plant Counting With Guided Upsampling and Background Suppression},
author={Lu, Hao and Liu, Liang and Li, Ya-Nan and Zhao, Xiao-Ming and Wang, Xi-Qing and Cao, Zhiguo},
journal={IEEE Transactions on Geoscience and Remote Sensing},
year={2021}
}
This dataset is only for academic purposes. Contact Hao Lu (hlu@hust.edu.cn) or Zhiguo Cao (zgcao@hust.edu.cn) for the commerial use of the model.